Html Css Color HEX #2AB01A Lime Green

📋 copy color: '#2AB01A'

red 42 ◦ green 176 ◦ blue 26

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

Shades of Lime Green #2AB01A

Tints of Lime Green #2AB01A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 72.13%

 BLUE value IS 26 (10.55% from 255) = 10.66%

R = 17.21%
G = 72.13%
B = 10.66%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#2AB01A (or 0x2AB01A) is known color: Lime Green. HEX triplet: 2A, B0 and 1A. RGB value is (42,176,26). Sum of RGB (Red+Green+Blue) = 42+176+26=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 176 (69.14% from 255 or 72.13% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 176 - color contains mainly: green. Hex color #2AB01A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB01A is #D54FE5. Grayscale: #777777. Windows color (decimal): -13979622 or 1749034. OLE color: 1749034.

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

Color convert

RGB 42 176 26 -
CMYK 0.76 0 0.85 0.31
HSL 113.6º 0.74% 0.4% -
HSV(B) 113.6º 0.85% 0.69% -
XYZ 16.67 31.62 6.2 -
YUV 118.83 75.61 73.2 -
System Red Green Blue C M Y K H S L
Decimal 42 176 26 0.76 0 0.85 0.31 113.6 0.74 0.4
Hex 2A B0 1A 4C 0 55 1F 72 4A 28
Octal 52 260 32 114 0 125 37 162 112 50
Binary 101010 10110000 11010 1001100 0 1010101 11111 1110010 1001010 101000

Color Harmonies of #2AB01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB01A

Black with #2AB01A

Text Example


Text Example

White with #2AB01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,176,26); }

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

background-color css

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

 a { background-color: rgb(42,176,26); }

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

border-color css

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

 span { border-color: rgb(42,176,26); }

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