Html Css Color HEX #2AB529 Lime Green

📋 copy color: '#2AB529'

red 42 ◦ green 181 ◦ blue 41

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

Shades of Lime Green #2AB529

Tints of Lime Green #2AB529

RGB

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

 GREEN value IS 181 (71.09% from 255) = 68.56%

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

R = 15.91%
G = 68.56%
B = 15.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#2AB529 (or 0x2AB529) is known color: Lime Green. HEX triplet: 2A, B5 and 29. RGB value is (42,181,41). Sum of RGB (Red+Green+Blue) = 42+181+41=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 181 (71.09% from 255 or 68.56% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB529 is #D54AD6. Grayscale: #7B7B7B. Windows color (decimal): -13978327 or 2733354. OLE color: 2733354.

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

Color convert

RGB 42 181 41 -
CMYK 0.77 0 0.77 0.29
HSL 119.57º 0.63% 0.44% -
HSV(B) 119.57º 0.77% 0.71% -
XYZ 17.88 33.7 7.66 -
YUV 123.48 81.45 69.88 -
System Red Green Blue C M Y K H S L
Decimal 42 181 41 0.77 0 0.77 0.29 119.57 0.63 0.44
Hex 2A B5 29 4D 0 4D 1D 78 3F 2C
Octal 52 265 51 115 0 115 35 170 77 54
Binary 101010 10110101 101001 1001101 0 1001101 11101 1111000 111111 101100

Color Harmonies of #2AB529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB529

Black with #2AB529

Text Example


Text Example

White with #2AB529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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