Html Css Color HEX #29D448 Lime Green

📋 copy color: '#29D448'

red 41 ◦ green 212 ◦ blue 72

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

Shades of Lime Green #29D448

Tints of Lime Green #29D448

RGB

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

 GREEN value IS 212 (83.2% from 255) = 65.23%

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

R = 12.62%
G = 65.23%
B = 22.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#29D448 (or 0x29D448) is known color: Lime Green. HEX triplet: 29, D4 and 48. RGB value is (41,212,72). Sum of RGB (Red+Green+Blue) = 41+212+72=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 212 (83.20% from 255 or 65.23% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 212 - color contains mainly: green. Hex color #29D448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29D448 is #D62BB7. Grayscale: #919191. Windows color (decimal): -14035896 or 4772905. OLE color: 4772905.

HSL color Cylindrical-coordinate representation of color #29D448: hue angle of 130.88º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D448 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 41 212 72 -
CMYK 0.81 0 0.66 0.17
HSL 130.88º 0.68% 0.5% -
HSV(B) 130.88º 0.81% 0.83% -
XYZ 25.63 48.03 14.05 -
YUV 144.91 86.85 53.88 -
System Red Green Blue C M Y K H S L
Decimal 41 212 72 0.81 0 0.66 0.17 130.88 0.68 0.5
Hex 29 D4 48 51 0 42 11 83 44 32
Octal 51 324 110 121 0 102 21 203 104 62
Binary 101001 11010100 1001000 1010001 0 1000010 10001 10000011 1000100 110010

Color Harmonies of #29D448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D448

Black with #29D448

Text Example


Text Example

White with #29D448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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