#4CF02E

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

Shades of Lime Green #4CF02E

Tints of Lime Green #4CF02E

Color information

#4CF02E (or 0x4CF02E) is unknown color: approx Lime Green. HEX triplet: 4C, F0 and 2E. RGB value is (76,240,46). Sum of RGB (Red+Green+Blue) = 76+240+46=362 (47% of max value = 765). Red value is 76 (30.08% from 255 or 20.99% from 362); Green value is 240 (94.14% from 255 or 66.30% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 240 - color contains mainly: green. Hex color #4CF02E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF02E is #B30FD1. Grayscale: #A9A9A9. Windows color (decimal): -11734994 or 3076172. OLE color: 3076172.

HSL color Cylindrical-coordinate representation of color #4CF02E: hue angle of 110.72º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4CF02E is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB7624046-
CMYK0.6800.810.06
HSL110.72º86.61%56.08%-
HSV(B)110.72º80.83%94.12%-
XYZ34.6364.0513.12-
YUV168.8558.6761.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.99%
GREEN value IS 240 (94.14% from 255) = 66.30%
BLUE value IS 46 (18.36% from 255) = 12.71%
R=20.99%
G=66.30%
B=12.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal76240460.6800.810.06110.7286.6156.08
Hex4CF02E4405166f5738
Octal114360561040121615712770
Binary10011001111000010111010001000101000111011011111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,240,46); }

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

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

 a { background-color: rgb(76,240,46); }

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

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

 span { border-color: rgb(76,240,46); }

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