#29CC33

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

Shades of Lime Green #29CC33

Tints of Lime Green #29CC33

Color information

#29CC33 (or 0x29CC33) is unknown color: approx Lime Green. HEX triplet: 29, CC and 33. RGB value is (41,204,51). Sum of RGB (Red+Green+Blue) = 41+204+51=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 204 (80.08% from 255 or 68.92% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 204 - color contains mainly: green. Hex color #29CC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CC33 is #D633CC. Grayscale: #8A8A8A. Windows color (decimal): -14037965 or 3394601. OLE color: 3394601.

HSL color Cylindrical-coordinate representation of color #29CC33: hue angle of 123.68º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CC33 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB4120451-
CMYK0.8000.750.2
HSL123.68º66.53%48.04%-
HSV(B)123.68º79.9%80%-
XYZ23.143.910.39-
YUV137.827958.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.85%
GREEN value IS 204 (80.08% from 255) = 68.92%
BLUE value IS 51 (20.31% from 255) = 17.23%
R=13.85%
G=68.92%
B=17.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41204510.8000.750.2123.6866.5348.04
Hex29CC335004B147c4330
Octal513146312001132417410360
Binary101001110011001100111010000010010111010011111001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29CC33; }

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

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

<style>
 a { background-color: #29CC33; }

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

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

<style>
 span { border-color: #29CC33; }

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

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