#29CB2E

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

Shades of Lime Green #29CB2E

Tints of Lime Green #29CB2E

Color information

#29CB2E (or 0x29CB2E) is unknown color: approx Lime Green. HEX triplet: 29, CB and 2E. RGB value is (41,203,46). Sum of RGB (Red+Green+Blue) = 41+203+46=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 203 (79.69% from 255 or 70% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 203 - color contains mainly: green. Hex color #29CB2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CB2E is #D634D1. Grayscale: #898989. Windows color (decimal): -14038226 or 3066665. OLE color: 3066665.

HSL color Cylindrical-coordinate representation of color #29CB2E: hue angle of 121.85º degrees, saturation: 0.66, 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 #29CB2E is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB4120346-
CMYK0.8000.770.20
HSL121.85º66.39%47.84%-
HSV(B)121.85º79.8%79.61%-
XYZ22.7643.389.76-
YUV136.6676.8359.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.14%
GREEN value IS 203 (79.69% from 255) = 70%
BLUE value IS 46 (18.36% from 255) = 15.86%
R=14.14%
G=70%
B=15.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal41203460.8000.770.20121.8566.3947.84
Hex29CB2E5004D147a4230
Octal513135612001152417210260
Binary101001110010111011101010000010011011010011110101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,203,46); }

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

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

 a { background-color: rgb(41,203,46); }

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

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

 span { border-color: rgb(41,203,46); }

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