Html Css Color HEX #29C013 Lime Green

📋 copy color: '#29C013'

red 41 ◦ green 192 ◦ blue 19

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

Shades of Lime Green #29C013

Tints of Lime Green #29C013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 76.19%

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 16.27%
G = 76.19%
B = 7.54%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#29C013 (or 0x29C013) is known color: Lime Green. HEX triplet: 29, C0 and 13. RGB value is (41,192,19). Sum of RGB (Red+Green+Blue) = 41+192+19=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 192 (75.39% from 255 or 76.19% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 192 - color contains mainly: green. Hex color #29C013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29C013 is #D63FEC. Grayscale: #7F7F7F. Windows color (decimal): -14041069 or 1294377. OLE color: 1294377.

HSL color Cylindrical-coordinate representation of color #29C013: hue angle of 112.37º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29C013 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 192 19 -
CMYK 0.79 0 0.90 0.25
HSL 112.37º 0.82% 0.41% -
HSV(B) 112.37º 0.9% 0.75% -
XYZ 19.88 38.22 6.94 -
YUV 127.13 66.97 66.57 -
System Red Green Blue C M Y K H S L
Decimal 41 192 19 0.79 0 0.90 0.25 112.37 0.82 0.41
Hex 29 C0 13 4F 0 5A 19 70 52 29
Octal 51 300 23 117 0 132 31 160 122 51
Binary 101001 11000000 10011 1001111 0 1011010 11001 1110000 1010010 101001

Color Harmonies of #29C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29C013

Black with #29C013

Text Example


Text Example

White with #29C013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,192,19); }

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

background-color css

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

 a { background-color: rgb(41,192,19); }

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

border-color css

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

 span { border-color: rgb(41,192,19); }

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