#29CD14

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

Shades of Lime Green #29CD14

Tints of Lime Green #29CD14

Color information

#29CD14 (or 0x29CD14) is unknown color: approx Lime Green. HEX triplet: 29, CD and 14. RGB value is (41,205,20). Sum of RGB (Red+Green+Blue) = 41+205+20=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 205 (80.47% from 255 or 77.07% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 205 - color contains mainly: green. Hex color #29CD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29CD14 is #D632EB. Grayscale: #878787. Windows color (decimal): -14037740 or 1363241. OLE color: 1363241.

HSL color Cylindrical-coordinate representation of color #29CD14: hue angle of 113.19º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29CD14 is Cyan = 0.8, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB4120520-
CMYK0.800.900.20
HSL113.19º82.22%44.12%-
HSV(B)113.19º90.24%80.39%-
XYZ22.8744.187.98-
YUV134.8763.1761.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.41%
GREEN value IS 205 (80.47% from 255) = 77.07%
BLUE value IS 20 (8.20% from 255) = 7.52%
R=15.41%
G=77.07%
B=7.52%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal41205200.800.900.20113.1982.2244.12
Hex29CD145005A1471522c
Octal513152412001322416112254
Binary10100111001101101001010000010110101010011100011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CD14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,205,20); }

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

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

 a { background-color: rgb(41,205,20); }

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

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

 span { border-color: rgb(41,205,20); }

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