#4CEF33

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

Shades of Lime Green #4CEF33

Tints of Lime Green #4CEF33

Color information

#4CEF33 (or 0x4CEF33) is unknown color: approx Lime Green. HEX triplet: 4C, EF and 33. RGB value is (76,239,51). Sum of RGB (Red+Green+Blue) = 76+239+51=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 239 (93.75% from 255 or 65.30% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEF33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEF33 is #B310CC. Grayscale: #A9A9A9. Windows color (decimal): -11735245 or 3403596. OLE color: 3403596.

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

Color convert

RGB7623951-
CMYK0.6800.790.06
HSL112.02º85.45%56.86%-
HSV(B)112.02º78.66%93.73%-
XYZ34.4463.5113.57-
YUV168.8361.561.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.77%
GREEN value IS 239 (93.75% from 255) = 65.30%
BLUE value IS 51 (20.31% from 255) = 13.93%
R=20.77%
G=65.30%
B=13.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal76239510.6800.790.06112.0285.4556.86
Hex4CEF334404F6705539
Octal114357631040117616012571
Binary10011001110111111001110001000100111111011100001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CEF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,239,51); }

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

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

 a { background-color: rgb(76,239,51); }

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

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

 span { border-color: rgb(76,239,51); }

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