#4CE340

Color #4CE340 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #4CE340

Tints of Lime Green #4CE340

Color information

#4CE340 (or 0x4CE340) is unknown color: approx Lime Green. HEX triplet: 4C, E3 and 40. RGB value is (76,227,64). Sum of RGB (Red+Green+Blue) = 76+227+64=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 227 (89.06% from 255 or 61.85% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 227 - color contains mainly: green. Hex color #4CE340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE340 is #B31CBF. Grayscale: #A3A3A3. Windows color (decimal): -11738304 or 4252492. OLE color: 4252492.

HSL color Cylindrical-coordinate representation of color #4CE340: hue angle of 115.58º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4CE340 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB7622764-
CMYK0.6700.720.11
HSL115.58º74.43%57.06%-
HSV(B)115.58º71.81%89.02%-
XYZ31.3756.8414.17-
YUV163.2771.9765.75-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.71%
GREEN value IS 227 (89.06% from 255) = 61.85%
BLUE value IS 64 (25.39% from 255) = 17.44%
R=20.71%
G=61.85%
B=17.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal76227640.6700.720.11115.5874.4357.06
Hex4CE34043048B744a39
Octal11434310010301101316411271
Binary1001100111000111000000100001101001000101111101001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CE340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,227,64); }

 H1.HeaderClassName
 {
   color: #4CE340;
 }
 .AnyTagClassName
 {
   color: #4CE340;
 }
</style>
background-color css

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

 a { background-color: rgb(76,227,64); }

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

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

 span { border-color: rgb(76,227,64); }

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