Html Css Color HEX #2AB81A Lime Green

📋 copy color: '#2AB81A'

red 42 ◦ green 184 ◦ blue 26

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

Shades of Lime Green #2AB81A

Tints of Lime Green #2AB81A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 73.02%

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

R = 16.67%
G = 73.02%
B = 10.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#2AB81A (or 0x2AB81A) is known color: Lime Green. HEX triplet: 2A, B8 and 1A. RGB value is (42,184,26). Sum of RGB (Red+Green+Blue) = 42+184+26=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 184 (72.27% from 255 or 73.02% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB81A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB81A is #D547E5. Grayscale: #7C7C7C. Windows color (decimal): -13977574 or 1751082. OLE color: 1751082.

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

Color convert

RGB 42 184 26 -
CMYK 0.77 0 0.86 0.28
HSL 113.92º 0.75% 0.41% -
HSV(B) 113.92º 0.86% 0.72% -
XYZ 18.28 34.85 6.74 -
YUV 123.53 72.96 69.85 -
System Red Green Blue C M Y K H S L
Decimal 42 184 26 0.77 0 0.86 0.28 113.92 0.75 0.41
Hex 2A B8 1A 4D 0 56 1C 72 4B 29
Octal 52 270 32 115 0 126 34 162 113 51
Binary 101010 10111000 11010 1001101 0 1010110 11100 1110010 1001011 101001

Color Harmonies of #2AB81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB81A

Black with #2AB81A

Text Example


Text Example

White with #2AB81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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