Html Css Color HEX #29D30D Lime Green

📋 copy color: '#29D30D'

red 41 ◦ green 211 ◦ blue 13

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

Shades of Lime Green #29D30D

Tints of Lime Green #29D30D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 79.62%

 BLUE value IS 13 (5.47% from 255) = 4.91%

R = 15.47%
G = 79.62%
B = 4.91%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#29D30D (or 0x29D30D) is known color: Lime Green. HEX triplet: 29, D3 and 0D. RGB value is (41,211,13). Sum of RGB (Red+Green+Blue) = 41+211+13=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 211 (82.81% from 255 or 79.62% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 211 - color contains mainly: green. Hex color #29D30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29D30D is #D62CF2. Grayscale: #8A8A8A. Windows color (decimal): -14036211 or 906025. OLE color: 906025.

HSL color Cylindrical-coordinate representation of color #29D30D: hue angle of 111.52º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #29D30D is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 41 211 13 -
CMYK 0.81 0 0.94 0.17
HSL 111.52º 0.88% 0.44% -
HSV(B) 111.52º 0.94% 0.83% -
XYZ 24.28 47.09 8.19 -
YUV 137.6 57.68 59.1 -
System Red Green Blue C M Y K H S L
Decimal 41 211 13 0.81 0 0.94 0.17 111.52 0.88 0.44
Hex 29 D3 D 51 0 5E 11 70 58 2C
Octal 51 323 15 121 0 136 21 160 130 54
Binary 101001 11010011 1101 1010001 0 1011110 10001 1110000 1011000 101100

Color Harmonies of #29D30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D30D

Black with #29D30D

Text Example


Text Example

White with #29D30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,211,13); }

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

background-color css

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

 a { background-color: rgb(41,211,13); }

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

border-color css

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

 span { border-color: rgb(41,211,13); }

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