#29CC40

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

Shades of Lime Green #29CC40

Tints of Lime Green #29CC40

Color information

#29CC40 (or 0x29CC40) is unknown color: approx Lime Green. HEX triplet: 29, CC and 40. RGB value is (41,204,64). Sum of RGB (Red+Green+Blue) = 41+204+64=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 204 (80.08% from 255 or 66.02% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 204 - color contains mainly: green. Hex color #29CC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CC40 is #D633BF. Grayscale: #8B8B8B. Windows color (decimal): -14037952 or 4246569. OLE color: 4246569.

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

Color convert

RGB4120464-
CMYK0.8000.690.2
HSL128.47º66.53%48.04%-
HSV(B)128.47º79.9%80%-
XYZ23.4344.0312.11-
YUV139.385.557.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.27%
GREEN value IS 204 (80.08% from 255) = 66.02%
BLUE value IS 64 (25.39% from 255) = 20.71%
R=13.27%
G=66.02%
B=20.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41204640.8000.690.2128.4766.5348.04
Hex29CC405004514804330
Octal5131410012001052420010360
Binary10100111001100100000010100000100010110100100000001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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