Html Css Color HEX #2AB729 Lime Green

📋 copy color: '#2AB729'

red 42 ◦ green 183 ◦ blue 41

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

Shades of Lime Green #2AB729

Tints of Lime Green #2AB729

RGB

 RED value IS 42 (16.8% from 255) = 15.79%

 GREEN value IS 183 (71.88% from 255) = 68.8%

 BLUE value IS 41 (16.41% from 255) = 15.41%

R = 15.79%
G = 68.8%
B = 15.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#2AB729 (or 0x2AB729) is known color: Lime Green. HEX triplet: 2A, B7 and 29. RGB value is (42,183,41). Sum of RGB (Red+Green+Blue) = 42+183+41=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 183 (71.88% from 255 or 68.80% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB729 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB729 is #D548D6. Grayscale: #7D7D7D. Windows color (decimal): -13977815 or 2733866. OLE color: 2733866.

HSL color Cylindrical-coordinate representation of color #2AB729: hue angle of 119.58º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AB729 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 42 183 41 -
CMYK 0.77 0 0.78 0.28
HSL 119.58º 0.63% 0.44% -
HSV(B) 119.58º 0.78% 0.72% -
XYZ 18.29 34.52 7.8 -
YUV 124.65 80.79 69.05 -
System Red Green Blue C M Y K H S L
Decimal 42 183 41 0.77 0 0.78 0.28 119.58 0.63 0.44
Hex 2A B7 29 4D 0 4E 1C 78 3F 2C
Octal 52 267 51 115 0 116 34 170 77 54
Binary 101010 10110111 101001 1001101 0 1001110 11100 1111000 111111 101100

Color Harmonies of #2AB729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB729

Black with #2AB729

Text Example


Text Example

White with #2AB729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AB729; }

 p { color: rgb(42,183,41); }

 H1.HeaderClassName
 {
   color: #2AB729;
 }
 .AnyTagClassName
 {
   color: #2AB729;
 }
</style>

background-color css

<style>
 a { background-color: #2AB729; }

 a { background-color: rgb(42,183,41); }

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

border-color css

<style>
 span { border-color: #2AB729; }

 span { border-color: rgb(42,183,41); }

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