Html Css Color HEX #29D02E Lime Green

📋 copy color: '#29D02E'

red 41 ◦ green 208 ◦ blue 46

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

Shades of Lime Green #29D02E

Tints of Lime Green #29D02E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 70.51%

 BLUE value IS 46 (18.36% from 255) = 15.59%

R = 13.9%
G = 70.51%
B = 15.59%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#29D02E (or 0x29D02E) is known color: Lime Green. HEX triplet: 29, D0 and 2E. RGB value is (41,208,46). Sum of RGB (Red+Green+Blue) = 41+208+46=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 208 (81.64% from 255 or 70.51% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 208 - color contains mainly: green. Hex color #29D02E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29D02E is #D62FD1. Grayscale: #8C8C8C. Windows color (decimal): -14036946 or 3067945. OLE color: 3067945.

HSL color Cylindrical-coordinate representation of color #29D02E: hue angle of 121.8º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29D02E is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 41 208 46 -
CMYK 0.80 0 0.78 0.18
HSL 121.8º 0.67% 0.49% -
HSV(B) 121.8º 0.8% 0.82% -
XYZ 23.96 45.78 10.16 -
YUV 139.6 75.17 57.67 -
System Red Green Blue C M Y K H S L
Decimal 41 208 46 0.80 0 0.78 0.18 121.8 0.67 0.49
Hex 29 D0 2E 50 0 4E 12 7A 43 31
Octal 51 320 56 120 0 116 22 172 103 61
Binary 101001 11010000 101110 1010000 0 1001110 10010 1111010 1000011 110001

Color Harmonies of #29D02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D02E

Black with #29D02E

Text Example


Text Example

White with #29D02E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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