#29CC42

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

Shades of Lime Green #29CC42

Tints of Lime Green #29CC42

Color information

#29CC42 (or 0x29CC42) is unknown color: approx Lime Green. HEX triplet: 29, CC and 42. RGB value is (41,204,66). Sum of RGB (Red+Green+Blue) = 41+204+66=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 204 (80.08% from 255 or 65.59% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 204 - color contains mainly: green. Hex color #29CC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CC42 is #D633BD. Grayscale: #8B8B8B. Windows color (decimal): -14037950 or 4377641. OLE color: 4377641.

HSL color Cylindrical-coordinate representation of color #29CC42: hue angle of 129.2º 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 #29CC42 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB4120466-
CMYK0.8000.680.2
HSL129.2º66.53%48.04%-
HSV(B)129.2º79.9%80%-
XYZ23.4944.0512.42-
YUV139.5386.557.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.18%
GREEN value IS 204 (80.08% from 255) = 65.59%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=13.18%
G=65.59%
B=21.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41204660.8000.680.2129.266.5348.04
Hex29CC425004414814330
Octal5131410212001042420110360
Binary10100111001100100001010100000100010010100100000011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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