#29CC35

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

Shades of Lime Green #29CC35

Tints of Lime Green #29CC35

Color information

#29CC35 (or 0x29CC35) is unknown color: approx Lime Green. HEX triplet: 29, CC and 35. RGB value is (41,204,53). Sum of RGB (Red+Green+Blue) = 41+204+53=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 204 (80.08% from 255 or 68.46% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 204 - color contains mainly: green. Hex color #29CC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CC35 is #D633CA. Grayscale: #8A8A8A. Windows color (decimal): -14037963 or 3525673. OLE color: 3525673.

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

Color convert

RGB4120453-
CMYK0.8000.740.2
HSL124.42º66.53%48.04%-
HSV(B)124.42º79.9%80%-
XYZ23.1543.9110.62-
YUV138.058058.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.76%
GREEN value IS 204 (80.08% from 255) = 68.46%
BLUE value IS 53 (21.09% from 255) = 17.79%
R=13.76%
G=68.46%
B=17.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41204530.8000.740.2124.4266.5348.04
Hex29CC355004A147c4330
Octal513146512001122417410360
Binary101001110011001101011010000010010101010011111001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,204,53); }

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

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

 a { background-color: rgb(41,204,53); }

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

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

 span { border-color: rgb(41,204,53); }

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