#29CC10

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

Shades of Lime Green #29CC10

Tints of Lime Green #29CC10

Color information

#29CC10 (or 0x29CC10) is unknown color: approx Lime Green. HEX triplet: 29, CC and 10. RGB value is (41,204,16). Sum of RGB (Red+Green+Blue) = 41+204+16=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 204 (80.08% from 255 or 78.16% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 204 - color contains mainly: green. Hex color #29CC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29CC10 is #D633EF. Grayscale: #868686. Windows color (decimal): -14038000 or 1100841. OLE color: 1100841.

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

Color convert

RGB4120416-
CMYK0.8000.920.2
HSL112.02º85.45%43.14%-
HSV(B)112.02º92.16%80%-
XYZ22.643.697.73-
YUV133.8361.561.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 204 (80.08% from 255) = 78.16%
BLUE value IS 16 (6.64% from 255) = 6.13%
R=15.71%
G=78.16%
B=6.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41204160.8000.920.2112.0285.4543.14
Hex29CC105005C1470552b
Octal513142012001342416012553
Binary10100111001100100001010000010111001010011100001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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