Html Css Color HEX #2AB125 Lime Green

📋 copy color: '#2AB125'

red 42 ◦ green 177 ◦ blue 37

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

Shades of Lime Green #2AB125

Tints of Lime Green #2AB125

RGB

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

 GREEN value IS 177 (69.53% from 255) = 69.14%

 BLUE value IS 37 (14.84% from 255) = 14.45%

R = 16.41%
G = 69.14%
B = 14.45%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#2AB125 (or 0x2AB125) is known color: Lime Green. HEX triplet: 2A, B1 and 25. RGB value is (42,177,37). Sum of RGB (Red+Green+Blue) = 42+177+37=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 177 (69.53% from 255 or 69.14% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB125 is #D54EDA. Grayscale: #797979. Windows color (decimal): -13979355 or 2470186. OLE color: 2470186.

HSL color Cylindrical-coordinate representation of color #2AB125: hue angle of 117.86º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AB125 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 42 177 37 -
CMYK 0.76 0 0.79 0.31
HSL 117.86º 0.65% 0.42% -
HSV(B) 117.86º 0.79% 0.69% -
XYZ 17.01 32.07 7.04 -
YUV 120.68 80.77 71.88 -
System Red Green Blue C M Y K H S L
Decimal 42 177 37 0.76 0 0.79 0.31 117.86 0.65 0.42
Hex 2A B1 25 4C 0 4F 1F 76 41 2A
Octal 52 261 45 114 0 117 37 166 101 52
Binary 101010 10110001 100101 1001100 0 1001111 11111 1110110 1000001 101010

Color Harmonies of #2AB125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB125

Black with #2AB125

Text Example


Text Example

White with #2AB125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,177,37); }

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

background-color css

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

 a { background-color: rgb(42,177,37); }

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

border-color css

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

 span { border-color: rgb(42,177,37); }

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