#29CE38

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

Shades of Lime Green #29CE38

Tints of Lime Green #29CE38

Color information

#29CE38 (or 0x29CE38) is unknown color: approx Lime Green. HEX triplet: 29, CE and 38. RGB value is (41,206,56). Sum of RGB (Red+Green+Blue) = 41+206+56=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 206 (80.86% from 255 or 67.99% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 206 - color contains mainly: green. Hex color #29CE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CE38 is #D631C7. Grayscale: #8C8C8C. Windows color (decimal): -14037448 or 3722793. OLE color: 3722793.

HSL color Cylindrical-coordinate representation of color #29CE38: hue angle of 125.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CE38 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB4120656-
CMYK0.8000.730.19
HSL125.45º66.8%48.43%-
HSV(B)125.45º80.1%80.78%-
XYZ23.744.911.16-
YUV139.5680.8457.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.53%
GREEN value IS 206 (80.86% from 255) = 67.99%
BLUE value IS 56 (22.27% from 255) = 18.48%
R=13.53%
G=67.99%
B=18.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal41206560.8000.730.19125.4566.848.43
Hex29CE3850049137d4330
Octal513167012001112317510360
Binary101001110011101110001010000010010011001111111011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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