Html Css Color HEX #29C04A Lime Green

📋 copy color: '#29C04A'

red 41 ◦ green 192 ◦ blue 74

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

Shades of Lime Green #29C04A

Tints of Lime Green #29C04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 13.36%
G = 62.54%
B = 24.1%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#29C04A (or 0x29C04A) is known color: Lime Green. HEX triplet: 29, C0 and 4A. RGB value is (41,192,74). Sum of RGB (Red+Green+Blue) = 41+192+74=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 192 (75.39% from 255 or 62.54% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 192 - color contains mainly: green. Hex color #29C04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C04A is #D63FB5. Grayscale: #858585. Windows color (decimal): -14041014 or 4898857. OLE color: 4898857.

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

Color convert

RGB 41 192 74 -
CMYK 0.79 0 0.61 0.25
HSL 133.11º 0.65% 0.46% -
HSV(B) 133.11º 0.79% 0.75% -
XYZ 21 38.67 12.83 -
YUV 133.4 94.47 62.09 -
System Red Green Blue C M Y K H S L
Decimal 41 192 74 0.79 0 0.61 0.25 133.11 0.65 0.46
Hex 29 C0 4A 4F 0 3D 19 85 41 2E
Octal 51 300 112 117 0 75 31 205 101 56
Binary 101001 11000000 1001010 1001111 0 111101 11001 10000101 1000001 101110

Color Harmonies of #29C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29C04A

Black with #29C04A

Text Example


Text Example

White with #29C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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