#33B429

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

Shades of Lime Green #33B429

Tints of Lime Green #33B429

Color information

#33B429 (or 0x33B429) is unknown color: approx Lime Green. HEX triplet: 33, B4 and 29. RGB value is (51,180,41). Sum of RGB (Red+Green+Blue) = 51+180+41=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 180 (70.70% from 255 or 66.18% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 180 - color contains mainly: green. Hex color #33B429 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B429 is #CC4BD6. Grayscale: #7E7E7E. Windows color (decimal): -13388759 or 2733107. OLE color: 2733107.

HSL color Cylindrical-coordinate representation of color #33B429: hue angle of 115.68º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33B429 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB5118041-
CMYK0.7200.770.29
HSL115.68º62.9%43.33%-
HSV(B)115.68º77.22%70.59%-
XYZ18.0933.517.61-
YUV125.5880.2674.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.75%
GREEN value IS 180 (70.70% from 255) = 66.18%
BLUE value IS 41 (16.41% from 255) = 15.07%
R=18.75%
G=66.18%
B=15.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51180410.7200.770.29115.6862.943.33
Hex33B4294804D1D743f2b
Octal63264511100115351647753
Binary11001110110100101001100100001001101111011110100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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