Html Css Color HEX #2ABB14 Lime Green

📋 copy color: '#2ABB14'

red 42 ◦ green 187 ◦ blue 20

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

Shades of Lime Green #2ABB14

Tints of Lime Green #2ABB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 16.87%
G = 75.1%
B = 8.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#2ABB14 (or 0x2ABB14) is known color: Lime Green. HEX triplet: 2A, BB and 14. RGB value is (42,187,20). Sum of RGB (Red+Green+Blue) = 42+187+20=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 187 (73.44% from 255 or 75.10% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABB14 is #D544EB. Grayscale: #7D7D7D. Windows color (decimal): -13976812 or 1358634. OLE color: 1358634.

HSL color Cylindrical-coordinate representation of color #2ABB14: hue angle of 112.1º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2ABB14 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 187 20 -
CMYK 0.78 0 0.89 0.27
HSL 112.1º 0.81% 0.41% -
HSV(B) 112.1º 0.89% 0.73% -
XYZ 18.85 36.08 6.63 -
YUV 124.61 68.96 69.08 -
System Red Green Blue C M Y K H S L
Decimal 42 187 20 0.78 0 0.89 0.27 112.1 0.81 0.41
Hex 2A BB 14 4E 0 59 1B 70 51 29
Octal 52 273 24 116 0 131 33 160 121 51
Binary 101010 10111011 10100 1001110 0 1011001 11011 1110000 1010001 101001

Color Harmonies of #2ABB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABB14

Black with #2ABB14

Text Example


Text Example

White with #2ABB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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