Html Css Color HEX #29D01E Lime Green

📋 copy color: '#29D01E'

red 41 ◦ green 208 ◦ blue 30

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

Shades of Lime Green #29D01E

Tints of Lime Green #29D01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.75%

R = 14.7%
G = 74.55%
B = 10.75%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#29D01E (or 0x29D01E) is known color: Lime Green. HEX triplet: 29, D0 and 1E. RGB value is (41,208,30). Sum of RGB (Red+Green+Blue) = 41+208+30=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 208 (81.64% from 255 or 74.55% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 208 - color contains mainly: green. Hex color #29D01E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29D01E is #D62FE1. Grayscale: #8A8A8A. Windows color (decimal): -14036962 or 2019369. OLE color: 2019369.

HSL color Cylindrical-coordinate representation of color #29D01E: hue angle of 116.29º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #29D01E is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 41 208 30 -
CMYK 0.80 0 0.86 0.18
HSL 116.29º 0.75% 0.47% -
HSV(B) 116.29º 0.86% 0.82% -
XYZ 23.7 45.68 8.8 -
YUV 137.78 67.17 58.97 -
System Red Green Blue C M Y K H S L
Decimal 41 208 30 0.80 0 0.86 0.18 116.29 0.75 0.47
Hex 29 D0 1E 50 0 56 12 74 4B 2F
Octal 51 320 36 120 0 126 22 164 113 57
Binary 101001 11010000 11110 1010000 0 1010110 10010 1110100 1001011 101111

Color Harmonies of #29D01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D01E

Black with #29D01E

Text Example


Text Example

White with #29D01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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