Html Css Color HEX #29CD2D Lime Green

📋 copy color: '#29CD2D'

red 41 ◦ green 205 ◦ blue 45

#29CD2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #29CD2D

Tints of Lime Green #29CD2D

RGB

 RED value IS 41 (16.41% from 255) = 14.09%

 GREEN value IS 205 (80.47% from 255) = 70.45%

 BLUE value IS 45 (17.97% from 255) = 15.46%

R = 14.09%
G = 70.45%
B = 15.46%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#29CD2D (or 0x29CD2D) is known color: Lime Green. HEX triplet: 29, CD and 2D. RGB value is (41,205,45). Sum of RGB (Red+Green+Blue) = 41+205+45=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 205 (80.47% from 255 or 70.45% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 205 - color contains mainly: green. Hex color #29CD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CD2D is #D632D2. Grayscale: #8A8A8A. Windows color (decimal): -14037715 or 3001641. OLE color: 3001641.

HSL color Cylindrical-coordinate representation of color #29CD2D: hue angle of 121.46º 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 #29CD2D is Cyan = 0.8, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 205 45 -
CMYK 0.8 0 0.78 0.20
HSL 121.46º 0.67% 0.48% -
HSV(B) 121.46º 0.8% 0.8% -
XYZ 23.22 44.32 9.81 -
YUV 137.72 75.67 59.01 -
System Red Green Blue C M Y K H S L
Decimal 41 205 45 0.8 0 0.78 0.20 121.46 0.67 0.48
Hex 29 CD 2D 50 0 4E 14 79 43 30
Octal 51 315 55 120 0 116 24 171 103 60
Binary 101001 11001101 101101 1010000 0 1001110 10100 1111001 1000011 110000

Color Harmonies of #29CD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CD2D

Black with #29CD2D

Text Example


Text Example

White with #29CD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29CD2D;
 }
 .AnyTagClassName
 {
   color: #29CD2D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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