Html Css Color HEX #29BA42 Lime Green

📋 copy color: '#29BA42'

red 41 ◦ green 186 ◦ blue 66

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

Shades of Lime Green #29BA42

Tints of Lime Green #29BA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 63.48%

 BLUE value IS 66 (26.17% from 255) = 22.53%

R = 13.99%
G = 63.48%
B = 22.53%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#29BA42 (or 0x29BA42) is known color: Lime Green. HEX triplet: 29, BA and 42. RGB value is (41,186,66). Sum of RGB (Red+Green+Blue) = 41+186+66=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 186 (73.05% from 255 or 63.48% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 186 - color contains mainly: green. Hex color #29BA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BA42 is #D645BD. Grayscale: #818181. Windows color (decimal): -14042558 or 4373033. OLE color: 4373033.

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

Color convert

RGB 41 186 66 -
CMYK 0.78 0 0.65 0.27
HSL 130.34º 0.64% 0.45% -
HSV(B) 130.34º 0.78% 0.73% -
XYZ 19.46 35.98 11.07 -
YUV 128.97 92.46 65.26 -
System Red Green Blue C M Y K H S L
Decimal 41 186 66 0.78 0 0.65 0.27 130.34 0.64 0.45
Hex 29 BA 42 4E 0 41 1B 82 40 2D
Octal 51 272 102 116 0 101 33 202 100 55
Binary 101001 10111010 1000010 1001110 0 1000001 11011 10000010 1000000 101101

Color Harmonies of #29BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BA42

Black with #29BA42

Text Example


Text Example

White with #29BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,186,66); }

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

background-color css

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

 a { background-color: rgb(41,186,66); }

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

border-color css

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

 span { border-color: rgb(41,186,66); }

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