Html Css Color HEX #48E848 Lime Green

📋 copy color: '#48E848'

red 72 ◦ green 232 ◦ blue 72

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

Shades of Lime Green #48E848

Tints of Lime Green #48E848

RGB

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

 GREEN value IS 232 (91.02% from 255) = 61.7%

 BLUE value IS 72 (28.52% from 255) = 19.15%

R = 19.15%
G = 61.7%
B = 19.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#48E848 (or 0x48E848) is known color: Lime Green. HEX triplet: 48, E8 and 48. RGB value is (72,232,72). Sum of RGB (Red+Green+Blue) = 72+232+72=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 232 (91.02% from 255 or 61.70% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 232 - color contains mainly: green. Hex color #48E848 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48E848 is #B717B7. Grayscale: #A6A6A6. Windows color (decimal): -11999160 or 4778056. OLE color: 4778056.

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

Color convert

RGB 72 232 72 -
CMYK 0.69 0 0.69 0.09
HSL 120º 0.78% 0.6% -
HSV(B) 120º 0.69% 0.91% -
XYZ 32.7 59.56 15.9 -
YUV 165.92 74.99 61.01 -
System Red Green Blue C M Y K H S L
Decimal 72 232 72 0.69 0 0.69 0.09 120 0.78 0.6
Hex 48 E8 48 45 0 45 9 78 4E 3C
Octal 110 350 110 105 0 105 11 170 116 74
Binary 1001000 11101000 1001000 1000101 0 1000101 1001 1111000 1001110 111100

Color Harmonies of #48E848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E848

Black with #48E848

Text Example


Text Example

White with #48E848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,232,72); }

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

background-color css

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

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

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

border-color css

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

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

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