#29CE1C

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

Shades of Lime Green #29CE1C

Tints of Lime Green #29CE1C

Color information

#29CE1C (or 0x29CE1C) is unknown color: approx Lime Green. HEX triplet: 29, CE and 1C. RGB value is (41,206,28). Sum of RGB (Red+Green+Blue) = 41+206+28=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 206 (80.86% from 255 or 74.91% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 206 - color contains mainly: green. Hex color #29CE1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CE1C is #D631E3. Grayscale: #888888. Windows color (decimal): -14037476 or 1887785. OLE color: 1887785.

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

Color convert

RGB4120628-
CMYK0.8000.860.19
HSL115.62º76.07%45.88%-
HSV(B)115.62º86.41%80.78%-
XYZ23.244.78.5-
YUV136.3766.8459.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.91%
GREEN value IS 206 (80.86% from 255) = 74.91%
BLUE value IS 28 (11.33% from 255) = 10.18%
R=14.91%
G=74.91%
B=10.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal41206280.8000.860.19115.6276.0745.88
Hex29CE1C5005613744c2e
Octal513163412001262316411456
Binary10100111001110111001010000010101101001111101001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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