Html Css Color HEX #2AC116 Lime Green

📋 copy color: '#2AC116'

red 42 ◦ green 193 ◦ blue 22

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

Shades of Lime Green #2AC116

Tints of Lime Green #2AC116

RGB

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

 GREEN value IS 193 (75.78% from 255) = 75.1%

 BLUE value IS 22 (8.98% from 255) = 8.56%

R = 16.34%
G = 75.1%
B = 8.56%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#2AC116 (or 0x2AC116) is known color: Lime Green. HEX triplet: 2A, C1 and 16. RGB value is (42,193,22). Sum of RGB (Red+Green+Blue) = 42+193+22=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 193 (75.78% from 255 or 75.10% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC116 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC116 is #D53EE9. Grayscale: #808080. Windows color (decimal): -13975274 or 1491242. OLE color: 1491242.

HSL color Cylindrical-coordinate representation of color #2AC116: hue angle of 112.98º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AC116 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 42 193 22 -
CMYK 0.78 0 0.89 0.24
HSL 112.98º 0.8% 0.42% -
HSV(B) 112.98º 0.89% 0.76% -
XYZ 20.17 38.69 7.16 -
YUV 128.36 67.97 66.4 -
System Red Green Blue C M Y K H S L
Decimal 42 193 22 0.78 0 0.89 0.24 112.98 0.8 0.42
Hex 2A C1 16 4E 0 59 18 71 50 2A
Octal 52 301 26 116 0 131 30 161 120 52
Binary 101010 11000001 10110 1001110 0 1011001 11000 1110001 1010000 101010

Color Harmonies of #2AC116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC116

Black with #2AC116

Text Example


Text Example

White with #2AC116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,193,22); }

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

background-color css

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

 a { background-color: rgb(42,193,22); }

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

border-color css

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

 span { border-color: rgb(42,193,22); }

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