Html Css Color HEX #29C03C Lime Green

📋 copy color: '#29C03C'

red 41 ◦ green 192 ◦ blue 60

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

Shades of Lime Green #29C03C

Tints of Lime Green #29C03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.48%

R = 13.99%
G = 65.53%
B = 20.48%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#29C03C (or 0x29C03C) is known color: Lime Green. HEX triplet: 29, C0 and 3C. RGB value is (41,192,60). Sum of RGB (Red+Green+Blue) = 41+192+60=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 192 (75.39% from 255 or 65.53% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 192 - color contains mainly: green. Hex color #29C03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C03C is #D63FC3. Grayscale: #848484. Windows color (decimal): -14041028 or 3981353. OLE color: 3981353.

HSL color Cylindrical-coordinate representation of color #29C03C: hue angle of 127.55º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C03C is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 192 60 -
CMYK 0.79 0 0.69 0.25
HSL 127.55º 0.65% 0.46% -
HSV(B) 127.55º 0.79% 0.75% -
XYZ 20.58 38.5 10.62 -
YUV 131.8 87.47 63.23 -
System Red Green Blue C M Y K H S L
Decimal 41 192 60 0.79 0 0.69 0.25 127.55 0.65 0.46
Hex 29 C0 3C 4F 0 45 19 80 41 2E
Octal 51 300 74 117 0 105 31 200 101 56
Binary 101001 11000000 111100 1001111 0 1000101 11001 10000000 1000001 101110

Color Harmonies of #29C03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29C03C

Black with #29C03C

Text Example


Text Example

White with #29C03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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