#29C93B

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

Shades of Lime Green #29C93B

Tints of Lime Green #29C93B

Color information

#29C93B (or 0x29C93B) is unknown color: approx Lime Green. HEX triplet: 29, C9 and 3B. RGB value is (41,201,59). Sum of RGB (Red+Green+Blue) = 41+201+59=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 201 (78.91% from 255 or 66.78% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 201 - color contains mainly: green. Hex color #29C93B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C93B is #D636C4. Grayscale: #898989. Windows color (decimal): -14038725 or 3918121. OLE color: 3918121.

HSL color Cylindrical-coordinate representation of color #29C93B: hue angle of 126.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29C93B is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB4120159-
CMYK0.8000.710.21
HSL126.75º66.12%47.45%-
HSV(B)126.75º79.6%78.82%-
XYZ22.5942.5611.16-
YUV136.9783.9959.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.62%
GREEN value IS 201 (78.91% from 255) = 66.78%
BLUE value IS 59 (23.44% from 255) = 19.60%
R=13.62%
G=66.78%
B=19.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41201590.8000.710.21126.7566.1247.45
Hex29C93B50047157f422f
Octal513117312001072517710257
Binary101001110010011110111010000010001111010111111111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,201,59); }

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

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

 a { background-color: rgb(41,201,59); }

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

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

 span { border-color: rgb(41,201,59); }

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