Html Css Color HEX #29BD30 Lime Green

📋 copy color: '#29BD30'

red 41 ◦ green 189 ◦ blue 48

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

Shades of Lime Green #29BD30

Tints of Lime Green #29BD30

RGB

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

 GREEN value IS 189 (74.22% from 255) = 67.99%

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

R = 14.75%
G = 67.99%
B = 17.27%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#29BD30 (or 0x29BD30) is known color: Lime Green. HEX triplet: 29, BD and 30. RGB value is (41,189,48). Sum of RGB (Red+Green+Blue) = 41+189+48=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 189 (74.22% from 255 or 67.99% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 189 - color contains mainly: green. Hex color #29BD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BD30 is #D642CF. Grayscale: #818181. Windows color (decimal): -14041808 or 3194153. OLE color: 3194153.

HSL color Cylindrical-coordinate representation of color #29BD30: hue angle of 122.84º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BD30 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 189 48 -
CMYK 0.78 0 0.75 0.26
HSL 122.84º 0.64% 0.45% -
HSV(B) 122.84º 0.78% 0.74% -
XYZ 19.65 37.08 8.92 -
YUV 128.67 82.47 65.46 -
System Red Green Blue C M Y K H S L
Decimal 41 189 48 0.78 0 0.75 0.26 122.84 0.64 0.45
Hex 29 BD 30 4E 0 4B 1A 7B 40 2D
Octal 51 275 60 116 0 113 32 173 100 55
Binary 101001 10111101 110000 1001110 0 1001011 11010 1111011 1000000 101101

Color Harmonies of #29BD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BD30

Black with #29BD30

Text Example


Text Example

White with #29BD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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