Html Css Color HEX #48E926 Lime Green

📋 copy color: '#48E926'

red 72 ◦ green 233 ◦ blue 38

#48E926
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #48E926

Tints of Lime Green #48E926

RGB

 RED value IS 72 (28.52% from 255) = 20.99%

 GREEN value IS 233 (91.41% from 255) = 67.93%

 BLUE value IS 38 (15.23% from 255) = 11.08%

R = 20.99%
G = 67.93%
B = 11.08%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#48E926 (or 0x48E926) is known color: Lime Green. HEX triplet: 48, E9 and 26. RGB value is (72,233,38). Sum of RGB (Red+Green+Blue) = 72+233+38=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 233 (91.41% from 255 or 67.93% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 233 - color contains mainly: green. Hex color #48E926 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48E926 is #B716D9. Grayscale: #A3A3A3. Windows color (decimal): -11998938 or 2550088. OLE color: 2550088.

HSL color Cylindrical-coordinate representation of color #48E926: hue angle of 109.54º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48E926 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 233 38 -
CMYK 0.69 0 0.84 0.09
HSL 109.54º 0.82% 0.53% -
HSV(B) 109.54º 0.84% 0.91% -
XYZ 32.16 59.8 11.68 -
YUV 162.63 57.66 63.36 -
System Red Green Blue C M Y K H S L
Decimal 72 233 38 0.69 0 0.84 0.09 109.54 0.82 0.53
Hex 48 E9 26 45 0 54 9 6E 52 35
Octal 110 351 46 105 0 124 11 156 122 65
Binary 1001000 11101001 100110 1000101 0 1010100 1001 1101110 1010010 110101

Color Harmonies of #48E926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E926

Black with #48E926

Text Example


Text Example

White with #48E926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48E926; }

 p { color: rgb(72,233,38); }

 H1.HeaderClassName
 {
   color: #48E926;
 }
 .AnyTagClassName
 {
   color: #48E926;
 }
</style>

background-color css

<style>
 a { background-color: #48E926; }

 a { background-color: rgb(72,233,38); }

 div.DivClassName
 {
   background-color: #48E926;
 }
 .BgClassName
 {
   background-color: #48E926;
 }
</style>

border-color css

<style>
 span { border-color: #48E926; }

 span { border-color: rgb(72,233,38); }

 td.TdClassName
 {
   border-color: #48E926;
 }
 .TagClassName
 {
   border-color: #48E926;
 }
</style>