Html Css Color HEX #4CE131 Lime Green

📋 copy color: '#4CE131'

red 76 ◦ green 225 ◦ blue 49

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

Shades of Lime Green #4CE131

Tints of Lime Green #4CE131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14%

R = 21.71%
G = 64.29%
B = 14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#4CE131 (or 0x4CE131) is known color: Lime Green. HEX triplet: 4C, E1 and 31. RGB value is (76,225,49). Sum of RGB (Red+Green+Blue) = 76+225+49=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 225 (88.28% from 255 or 64.29% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 225 - color contains mainly: green. Hex color #4CE131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE131 is #B31ECE. Grayscale: #A0A0A0. Windows color (decimal): -11738831 or 3268940. OLE color: 3268940.

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

Color convert

RGB 76 225 49 -
CMYK 0.66 0 0.78 0.12
HSL 110.8º 0.75% 0.54% -
HSV(B) 110.8º 0.78% 0.88% -
XYZ 30.46 55.61 12.03 -
YUV 160.39 65.14 67.81 -
System Red Green Blue C M Y K H S L
Decimal 76 225 49 0.66 0 0.78 0.12 110.8 0.75 0.54
Hex 4C E1 31 42 0 4E C 6F 4B 36
Octal 114 341 61 102 0 116 14 157 113 66
Binary 1001100 11100001 110001 1000010 0 1001110 1100 1101111 1001011 110110

Color Harmonies of #4CE131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE131

Black with #4CE131

Text Example


Text Example

White with #4CE131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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