Html Css Color HEX #48E847 Lime Green

📋 copy color: '#48E847'

red 72 ◦ green 232 ◦ blue 71

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

Shades of Lime Green #48E847

Tints of Lime Green #48E847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.93%

R = 19.2%
G = 61.87%
B = 18.93%

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

#48E847 (or 0x48E847) is known color: Lime Green. HEX triplet: 48, E8 and 47. RGB value is (72,232,71). Sum of RGB (Red+Green+Blue) = 72+232+71=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 232 (91.02% from 255 or 61.87% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 232 - color contains mainly: green. Hex color #48E847 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48E847 is #B717B8. Grayscale: #A6A6A6. Windows color (decimal): -11999161 or 4712520. OLE color: 4712520.

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

Color convert

RGB 72 232 71 -
CMYK 0.69 0 0.69 0.09
HSL 119.63º 0.78% 0.59% -
HSV(B) 119.63º 0.69% 0.91% -
XYZ 32.67 59.55 15.73 -
YUV 165.81 74.49 61.09 -
System Red Green Blue C M Y K H S L
Decimal 72 232 71 0.69 0 0.69 0.09 119.63 0.78 0.59
Hex 48 E8 47 45 0 45 9 78 4E 3B
Octal 110 350 107 105 0 105 11 170 116 73
Binary 1001000 11101000 1000111 1000101 0 1000101 1001 1111000 1001110 111011

Color Harmonies of #48E847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E847

Black with #48E847

Text Example


Text Example

White with #48E847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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