#29CB1C

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

Shades of Lime Green #29CB1C

Tints of Lime Green #29CB1C

Color information

#29CB1C (or 0x29CB1C) is unknown color: approx Lime Green. HEX triplet: 29, CB and 1C. RGB value is (41,203,28). Sum of RGB (Red+Green+Blue) = 41+203+28=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 203 (79.69% from 255 or 74.63% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 203 - color contains mainly: green. Hex color #29CB1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CB1C is #D634E3. Grayscale: #878787. Windows color (decimal): -14038244 or 1887017. OLE color: 1887017.

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

Color convert

RGB4120328-
CMYK0.8000.860.20
HSL115.54º75.76%45.29%-
HSV(B)115.54º86.21%79.61%-
XYZ22.4843.278.27-
YUV134.6167.8361.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.07%
GREEN value IS 203 (79.69% from 255) = 74.63%
BLUE value IS 28 (11.33% from 255) = 10.29%
R=15.07%
G=74.63%
B=10.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal41203280.8000.860.20115.5475.7645.29
Hex29CB1C5005614744c2d
Octal513133412001262416411455
Binary10100111001011111001010000010101101010011101001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CB1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,203,28); }

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

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

 a { background-color: rgb(41,203,28); }

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

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

 span { border-color: rgb(41,203,28); }

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