Html Css Color HEX #4CE128 Lime Green

📋 copy color: '#4CE128'

red 76 ◦ green 225 ◦ blue 40

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

Shades of Lime Green #4CE128

Tints of Lime Green #4CE128

RGB

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

 GREEN value IS 225 (88.28% from 255) = 65.98%

 BLUE value IS 40 (16.02% from 255) = 11.73%

R = 22.29%
G = 65.98%
B = 11.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#4CE128 (or 0x4CE128) is known color: Lime Green. HEX triplet: 4C, E1 and 28. RGB value is (76,225,40). Sum of RGB (Red+Green+Blue) = 76+225+40=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 225 (88.28% from 255 or 65.98% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 225 - color contains mainly: green. Hex color #4CE128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE128 is #B31ED7. Grayscale: #9F9F9F. Windows color (decimal): -11738840 or 2679116. OLE color: 2679116.

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

Color convert

RGB 76 225 40 -
CMYK 0.66 0 0.82 0.12
HSL 108.32º 0.76% 0.52% -
HSV(B) 108.32º 0.82% 0.88% -
XYZ 30.29 55.54 11.13 -
YUV 159.36 60.64 68.54 -
System Red Green Blue C M Y K H S L
Decimal 76 225 40 0.66 0 0.82 0.12 108.32 0.76 0.52
Hex 4C E1 28 42 0 52 C 6C 4C 34
Octal 114 341 50 102 0 122 14 154 114 64
Binary 1001100 11100001 101000 1000010 0 1010010 1100 1101100 1001100 110100

Color Harmonies of #4CE128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE128

Black with #4CE128

Text Example


Text Example

White with #4CE128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,225,40); }

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

background-color css

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

 a { background-color: rgb(76,225,40); }

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

border-color css

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

 span { border-color: rgb(76,225,40); }

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