Html Css Color HEX #29C248 Lime Green

📋 copy color: '#29C248'

red 41 ◦ green 194 ◦ blue 72

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

Shades of Lime Green #29C248

Tints of Lime Green #29C248

RGB

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

 GREEN value IS 194 (76.17% from 255) = 63.19%

 BLUE value IS 72 (28.52% from 255) = 23.45%

R = 13.36%
G = 63.19%
B = 23.45%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#29C248 (or 0x29C248) is known color: Lime Green. HEX triplet: 29, C2 and 48. RGB value is (41,194,72). Sum of RGB (Red+Green+Blue) = 41+194+72=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 194 (76.17% from 255 or 63.19% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 194 - color contains mainly: green. Hex color #29C248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C248 is #D63DB7. Grayscale: #868686. Windows color (decimal): -14040504 or 4768297. OLE color: 4768297.

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

Color convert

RGB 41 194 72 -
CMYK 0.79 0 0.63 0.24
HSL 132.16º 0.65% 0.46% -
HSV(B) 132.16º 0.79% 0.76% -
XYZ 21.38 39.52 12.63 -
YUV 134.35 92.81 61.42 -
System Red Green Blue C M Y K H S L
Decimal 41 194 72 0.79 0 0.63 0.24 132.16 0.65 0.46
Hex 29 C2 48 4F 0 3F 18 84 41 2E
Octal 51 302 110 117 0 77 30 204 101 56
Binary 101001 11000010 1001000 1001111 0 111111 11000 10000100 1000001 101110

Color Harmonies of #29C248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29C248

Black with #29C248

Text Example


Text Example

White with #29C248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,194,72); }

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

background-color css

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

 a { background-color: rgb(41,194,72); }

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

border-color css

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

 span { border-color: rgb(41,194,72); }

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