#33FE4C

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

Shades of Lime Green #33FE4C

Tints of Lime Green #33FE4C

Color information

#33FE4C (or 0x33FE4C) is unknown color: approx Lime Green. HEX triplet: 33, FE and 4C. RGB value is (51,254,76). Sum of RGB (Red+Green+Blue) = 51+254+76=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 254 (99.61% from 255 or 66.67% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 254 - color contains mainly: green. Hex color #33FE4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FE4C is #CC01B3. Grayscale: #ADADAD. Windows color (decimal): -13369780 or 5045811. OLE color: 5045811.

HSL color Cylindrical-coordinate representation of color #33FE4C: hue angle of 127.39º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FE4C is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB5125476-
CMYK0.8000.700.00
HSL127.39º99.02%59.8%-
HSV(B)127.39º79.92%99.61%-
XYZ38.1172.1118.75-
YUV173.0173.2540.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.39%
GREEN value IS 254 (99.61% from 255) = 66.67%
BLUE value IS 76 (30.08% from 255) = 19.95%
R=13.39%
G=66.67%
B=19.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal51254760.8000.700.00127.3999.0259.8
Hex33FE4C5004607f633c
Octal633761141200106017714374
Binary110011111111101001100101000001000110011111111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33FE4C; }

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

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

<style>
 a { background-color: #33FE4C; }

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

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

<style>
 span { border-color: #33FE4C; }

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

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