#29CC1A

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

Shades of Lime Green #29CC1A

Tints of Lime Green #29CC1A

Color information

#29CC1A (or 0x29CC1A) is unknown color: approx Lime Green. HEX triplet: 29, CC and 1A. RGB value is (41,204,26). Sum of RGB (Red+Green+Blue) = 41+204+26=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 204 (80.08% from 255 or 75.28% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 204 - color contains mainly: green. Hex color #29CC1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CC1A is #D633E5. Grayscale: #878787. Windows color (decimal): -14037990 or 1756201. OLE color: 1756201.

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

Color convert

RGB4120426-
CMYK0.8000.870.2
HSL114.94º77.39%45.1%-
HSV(B)114.94º87.25%80%-
XYZ22.6943.738.22-
YUV134.9766.560.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.13%
GREEN value IS 204 (80.08% from 255) = 75.28%
BLUE value IS 26 (10.55% from 255) = 9.59%
R=15.13%
G=75.28%
B=9.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41204260.8000.870.2114.9477.3945.1
Hex29CC1A5005714734d2d
Octal513143212001272416311555
Binary10100111001100110101010000010101111010011100111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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