#33AC29

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

Shades of Lime Green #33AC29

Tints of Lime Green #33AC29

Color information

#33AC29 (or 0x33AC29) is unknown color: approx Lime Green. HEX triplet: 33, AC and 29. RGB value is (51,172,41). Sum of RGB (Red+Green+Blue) = 51+172+41=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 172 (67.58% from 255 or 65.15% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 172 - color contains mainly: green. Hex color #33AC29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AC29 is #CC53D6. Grayscale: #797979. Windows color (decimal): -13390807 or 2731059. OLE color: 2731059.

HSL color Cylindrical-coordinate representation of color #33AC29: hue angle of 115.42º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33AC29 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB5117241-
CMYK0.7000.760.33
HSL115.42º61.5%41.76%-
HSV(B)115.42º76.16%67.45%-
XYZ16.5230.377.09-
YUV120.8982.9178.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.32%
GREEN value IS 172 (67.58% from 255) = 65.15%
BLUE value IS 41 (16.41% from 255) = 15.53%
R=19.32%
G=65.15%
B=15.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51172410.7000.760.33115.4261.541.76
Hex33AC294604C21733e2a
Octal63254511060114411637652
Binary110011101011001010011000110010011001000011110011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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