Html Css Color HEX #29DC30 Lime Green

📋 copy color: '#29DC30'

red 41 ◦ green 220 ◦ blue 48

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

Shades of Lime Green #29DC30

Tints of Lime Green #29DC30

RGB

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

 GREEN value IS 220 (86.33% from 255) = 71.2%

 BLUE value IS 48 (19.14% from 255) = 15.53%

R = 13.27%
G = 71.2%
B = 15.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#29DC30 (or 0x29DC30) is known color: Lime Green. HEX triplet: 29, DC and 30. RGB value is (41,220,48). Sum of RGB (Red+Green+Blue) = 41+220+48=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 220 (86.33% from 255 or 71.20% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 220 - color contains mainly: green. Hex color #29DC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29DC30 is #D623CF. Grayscale: #939393. Windows color (decimal): -14033872 or 3202089. OLE color: 3202089.

HSL color Cylindrical-coordinate representation of color #29DC30: hue angle of 122.35º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DC30 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 220 48 -
CMYK 0.81 0 0.78 0.14
HSL 122.35º 0.72% 0.51% -
HSV(B) 122.35º 0.81% 0.86% -
XYZ 27.04 51.87 11.38 -
YUV 146.87 72.2 52.49 -
System Red Green Blue C M Y K H S L
Decimal 41 220 48 0.81 0 0.78 0.14 122.35 0.72 0.51
Hex 29 DC 30 51 0 4E E 7A 48 33
Octal 51 334 60 121 0 116 16 172 110 63
Binary 101001 11011100 110000 1010001 0 1001110 1110 1111010 1001000 110011

Color Harmonies of #29DC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DC30

Black with #29DC30

Text Example


Text Example

White with #29DC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,220,48); }

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

background-color css

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

 a { background-color: rgb(41,220,48); }

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

border-color css

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

 span { border-color: rgb(41,220,48); }

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