Html Css Color HEX #29D70A Lime Green

📋 copy color: '#29D70A'

red 41 ◦ green 215 ◦ blue 10

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

Shades of Lime Green #29D70A

Tints of Lime Green #29D70A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 80.83%

 BLUE value IS 10 (4.3% from 255) = 3.76%

R = 15.41%
G = 80.83%
B = 3.76%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#29D70A (or 0x29D70A) is known color: Lime Green. HEX triplet: 29, D7 and 0A. RGB value is (41,215,10). Sum of RGB (Red+Green+Blue) = 41+215+10=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 215 (84.38% from 255 or 80.83% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 215 - color contains mainly: green. Hex color #29D70A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29D70A is #D628F5. Grayscale: #8C8C8C. Windows color (decimal): -14035190 or 710441. OLE color: 710441.

HSL color Cylindrical-coordinate representation of color #29D70A: hue angle of 110.93º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #29D70A is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 41 215 10 -
CMYK 0.81 0 0.95 0.16
HSL 110.93º 0.91% 0.44% -
HSV(B) 110.93º 0.95% 0.84% -
XYZ 25.27 49.09 8.43 -
YUV 139.6 54.85 57.67 -
System Red Green Blue C M Y K H S L
Decimal 41 215 10 0.81 0 0.95 0.16 110.93 0.91 0.44
Hex 29 D7 A 51 0 5F 10 6F 5B 2C
Octal 51 327 12 121 0 137 20 157 133 54
Binary 101001 11010111 1010 1010001 0 1011111 10000 1101111 1011011 101100

Color Harmonies of #29D70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D70A

Black with #29D70A

Text Example


Text Example

White with #29D70A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,215,10); }

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

background-color css

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

 a { background-color: rgb(41,215,10); }

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

border-color css

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

 span { border-color: rgb(41,215,10); }

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