#33EF29

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

Shades of Lime Green #33EF29

Tints of Lime Green #33EF29

Color information

#33EF29 (or 0x33EF29) is unknown color: approx Lime Green. HEX triplet: 33, EF and 29. RGB value is (51,239,41). Sum of RGB (Red+Green+Blue) = 51+239+41=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 239 (93.75% from 255 or 72.21% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 239 - color contains mainly: green. Hex color #33EF29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33EF29 is #CC10D6. Grayscale: #A0A0A0. Windows color (decimal): -13373655 or 2748211. OLE color: 2748211.

HSL color Cylindrical-coordinate representation of color #33EF29: hue angle of 116.97º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #33EF29 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB5123941-
CMYK0.7900.830.06
HSL116.97º86.09%54.9%-
HSV(B)116.97º82.85%93.73%-
XYZ32.6362.612.46-
YUV160.2260.7250.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.41%
GREEN value IS 239 (93.75% from 255) = 72.21%
BLUE value IS 41 (16.41% from 255) = 12.39%
R=15.41%
G=72.21%
B=12.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal51239410.7900.830.06116.9786.0954.9
Hex33EF294F0536755637
Octal63357511170123616512667
Binary1100111110111110100110011110101001111011101011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33EF29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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