Html Css Color HEX #2ABA20 Lime Green

📋 copy color: '#2ABA20'

red 42 ◦ green 186 ◦ blue 32

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

Shades of Lime Green #2ABA20

Tints of Lime Green #2ABA20

RGB

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

 GREEN value IS 186 (73.05% from 255) = 71.54%

 BLUE value IS 32 (12.89% from 255) = 12.31%

R = 16.15%
G = 71.54%
B = 12.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#2ABA20 (or 0x2ABA20) is known color: Lime Green. HEX triplet: 2A, BA and 20. RGB value is (42,186,32). Sum of RGB (Red+Green+Blue) = 42+186+32=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 186 (73.05% from 255 or 71.54% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABA20 is #D545DF. Grayscale: #7D7D7D. Windows color (decimal): -13977056 or 2144810. OLE color: 2144810.

HSL color Cylindrical-coordinate representation of color #2ABA20: hue angle of 116.1º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ABA20 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 186 32 -
CMYK 0.77 0 0.83 0.27
HSL 116.1º 0.71% 0.43% -
HSV(B) 116.1º 0.83% 0.73% -
XYZ 18.77 35.71 7.27 -
YUV 125.39 75.29 68.52 -
System Red Green Blue C M Y K H S L
Decimal 42 186 32 0.77 0 0.83 0.27 116.1 0.71 0.43
Hex 2A BA 20 4D 0 53 1B 74 47 2B
Octal 52 272 40 115 0 123 33 164 107 53
Binary 101010 10111010 100000 1001101 0 1010011 11011 1110100 1000111 101011

Color Harmonies of #2ABA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABA20

Black with #2ABA20

Text Example


Text Example

White with #2ABA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,186,32); }

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

background-color css

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

 a { background-color: rgb(42,186,32); }

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

border-color css

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

 span { border-color: rgb(42,186,32); }

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