Html Css Color HEX #29C03D Lime Green

📋 copy color: '#29C03D'

red 41 ◦ green 192 ◦ blue 61

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

Shades of Lime Green #29C03D

Tints of Lime Green #29C03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.75%

R = 13.95%
G = 65.31%
B = 20.75%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#29C03D (or 0x29C03D) is known color: Lime Green. HEX triplet: 29, C0 and 3D. RGB value is (41,192,61). Sum of RGB (Red+Green+Blue) = 41+192+61=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 192 (75.39% from 255 or 65.31% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 192 - color contains mainly: green. Hex color #29C03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C03D is #D63FC2. Grayscale: #848484. Windows color (decimal): -14041027 or 4046889. OLE color: 4046889.

HSL color Cylindrical-coordinate representation of color #29C03D: hue angle of 127.95º 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 #29C03D is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 192 61 -
CMYK 0.79 0 0.68 0.25
HSL 127.95º 0.65% 0.46% -
HSV(B) 127.95º 0.79% 0.75% -
XYZ 20.61 38.51 10.76 -
YUV 131.92 87.97 63.15 -
System Red Green Blue C M Y K H S L
Decimal 41 192 61 0.79 0 0.68 0.25 127.95 0.65 0.46
Hex 29 C0 3D 4F 0 44 19 80 41 2E
Octal 51 300 75 117 0 104 31 200 101 56
Binary 101001 11000000 111101 1001111 0 1000100 11001 10000000 1000001 101110

Color Harmonies of #29C03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29C03D

Black with #29C03D

Text Example


Text Example

White with #29C03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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