#33af29

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

Shades of Lime Green #33AF29

Tints of Lime Green #33AF29

Color information

#33AF29 (or 0x33AF29) is unknown color: approx Lime Green. HEX triplet: 33, AF and 29. RGB value is (51,175,41). Sum of RGB (Red+Green+Blue) = 51+175+41=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 175 (68.75% from 255 or 65.54% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 175 - color contains mainly: green. Hex color #33AF29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AF29 is #CC50D6. Grayscale: #7B7B7B. Windows color (decimal): -13390039 or 2731827. OLE color: 2731827.

HSL color Cylindrical-coordinate representation of color #33AF29: hue angle of 115.52º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33AF29 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB5117541-
CMYK0.7100.770.31
HSL115.52º62.04%42.35%-
HSV(B)115.52º76.57%68.63%-
XYZ17.131.527.28-
YUV122.6581.9276.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 175 (68.75% from 255) = 65.54%
BLUE value IS 41 (16.41% from 255) = 15.36%
R=19.10%
G=65.54%
B=15.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51175410.7100.770.31115.5262.0442.35
Hex33AF294704D1F743e2a
Octal63257511070115371647652
Binary11001110101111101001100011101001101111111110100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33af29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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