#29CC3A

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

Shades of Lime Green #29CC3A

Tints of Lime Green #29CC3A

Color information

#29CC3A (or 0x29CC3A) is unknown color: approx Lime Green. HEX triplet: 29, CC and 3A. RGB value is (41,204,58). Sum of RGB (Red+Green+Blue) = 41+204+58=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 204 (80.08% from 255 or 67.33% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 204 - color contains mainly: green. Hex color #29CC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CC3A is #D633C5. Grayscale: #8B8B8B. Windows color (decimal): -14037958 or 3853353. OLE color: 3853353.

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

Color convert

RGB4120458-
CMYK0.8000.720.2
HSL126.26º66.53%48.04%-
HSV(B)126.26º79.9%80%-
XYZ23.2743.9611.26-
YUV138.6282.558.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.53%
GREEN value IS 204 (80.08% from 255) = 67.33%
BLUE value IS 58 (23.05% from 255) = 19.14%
R=13.53%
G=67.33%
B=19.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41204580.8000.720.2126.2666.5348.04
Hex29CC3A50048147e4330
Octal513147212001102417610360
Binary101001110011001110101010000010010001010011111101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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