Html Css Color HEX #2ABB20 Lime Green

📋 copy color: '#2ABB20'

red 42 ◦ green 187 ◦ blue 32

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

Shades of Lime Green #2ABB20

Tints of Lime Green #2ABB20

RGB

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

 GREEN value IS 187 (73.44% from 255) = 71.65%

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

R = 16.09%
G = 71.65%
B = 12.26%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#2ABB20 (or 0x2ABB20) is known color: Lime Green. HEX triplet: 2A, BB and 20. RGB value is (42,187,32). Sum of RGB (Red+Green+Blue) = 42+187+32=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 187 (73.44% from 255 or 71.65% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABB20 is #D544DF. Grayscale: #7E7E7E. Windows color (decimal): -13976800 or 2145066. OLE color: 2145066.

HSL color Cylindrical-coordinate representation of color #2ABB20: hue angle of 116.13º 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 #2ABB20 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 187 32 -
CMYK 0.78 0 0.83 0.27
HSL 116.13º 0.71% 0.43% -
HSV(B) 116.13º 0.83% 0.73% -
XYZ 18.99 36.14 7.34 -
YUV 125.98 74.96 68.1 -
System Red Green Blue C M Y K H S L
Decimal 42 187 32 0.78 0 0.83 0.27 116.13 0.71 0.43
Hex 2A BB 20 4E 0 53 1B 74 47 2B
Octal 52 273 40 116 0 123 33 164 107 53
Binary 101010 10111011 100000 1001110 0 1010011 11011 1110100 1000111 101011

Color Harmonies of #2ABB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABB20

Black with #2ABB20

Text Example


Text Example

White with #2ABB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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