Html Css Color HEX #29D028 Lime Green

📋 copy color: '#29D028'

red 41 ◦ green 208 ◦ blue 40

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

Shades of Lime Green #29D028

Tints of Lime Green #29D028

RGB

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

 GREEN value IS 208 (81.64% from 255) = 71.97%

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 14.19%
G = 71.97%
B = 13.84%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#29D028 (or 0x29D028) is known color: Lime Green. HEX triplet: 29, D0 and 28. RGB value is (41,208,40). Sum of RGB (Red+Green+Blue) = 41+208+40=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 208 (81.64% from 255 or 71.97% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 208 - color contains mainly: green. Hex color #29D028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29D028 is #D62FD7. Grayscale: #8B8B8B. Windows color (decimal): -14036952 or 2674729. OLE color: 2674729.

HSL color Cylindrical-coordinate representation of color #29D028: hue angle of 119.64º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D028 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 41 208 40 -
CMYK 0.80 0 0.81 0.18
HSL 119.64º 0.68% 0.49% -
HSV(B) 119.64º 0.81% 0.82% -
XYZ 23.85 45.74 9.58 -
YUV 138.92 72.17 58.16 -
System Red Green Blue C M Y K H S L
Decimal 41 208 40 0.80 0 0.81 0.18 119.64 0.68 0.49
Hex 29 D0 28 50 0 51 12 78 44 31
Octal 51 320 50 120 0 121 22 170 104 61
Binary 101001 11010000 101000 1010000 0 1010001 10010 1111000 1000100 110001

Color Harmonies of #29D028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D028

Black with #29D028

Text Example


Text Example

White with #29D028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,208,40); }

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

background-color css

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

 a { background-color: rgb(41,208,40); }

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

border-color css

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

 span { border-color: rgb(41,208,40); }

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