Html Css Color HEX #4CE048 Lime Green

📋 copy color: '#4CE048'

red 76 ◦ green 224 ◦ blue 72

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

Shades of Lime Green #4CE048

Tints of Lime Green #4CE048

RGB

 RED value IS 76 (30.08% from 255) = 20.43%

 GREEN value IS 224 (87.89% from 255) = 60.22%

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

R = 20.43%
G = 60.22%
B = 19.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#4CE048 (or 0x4CE048) is known color: Lime Green. HEX triplet: 4C, E0 and 48. RGB value is (76,224,72). Sum of RGB (Red+Green+Blue) = 76+224+72=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 224 (87.89% from 255 or 60.22% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 224 - color contains mainly: green. Hex color #4CE048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE048 is #B31FB7. Grayscale: #A2A2A2. Windows color (decimal): -11739064 or 4776012. OLE color: 4776012.

HSL color Cylindrical-coordinate representation of color #4CE048: hue angle of 118.42º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CE048 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 76 224 72 -
CMYK 0.66 0 0.68 0.12
HSL 118.42º 0.71% 0.58% -
HSV(B) 118.42º 0.68% 0.88% -
XYZ 30.81 55.32 15.18 -
YUV 162.42 76.97 66.36 -
System Red Green Blue C M Y K H S L
Decimal 76 224 72 0.66 0 0.68 0.12 118.42 0.71 0.58
Hex 4C E0 48 42 0 44 C 76 47 3A
Octal 114 340 110 102 0 104 14 166 107 72
Binary 1001100 11100000 1001000 1000010 0 1000100 1100 1110110 1000111 111010

Color Harmonies of #4CE048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE048

Black with #4CE048

Text Example


Text Example

White with #4CE048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CE048; }

 p { color: rgb(76,224,72); }

 H1.HeaderClassName
 {
   color: #4CE048;
 }
 .AnyTagClassName
 {
   color: #4CE048;
 }
</style>

background-color css

<style>
 a { background-color: #4CE048; }

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

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

border-color css

<style>
 span { border-color: #4CE048; }

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

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