Html Css Color HEX #2AC111 Lime Green

📋 copy color: '#2AC111'

red 42 ◦ green 193 ◦ blue 17

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

Shades of Lime Green #2AC111

Tints of Lime Green #2AC111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.75%

R = 16.67%
G = 76.59%
B = 6.75%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#2AC111 (or 0x2AC111) is known color: Lime Green. HEX triplet: 2A, C1 and 11. RGB value is (42,193,17). Sum of RGB (Red+Green+Blue) = 42+193+17=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 193 (75.78% from 255 or 76.59% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC111 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC111 is #D53EEE. Grayscale: #808080. Windows color (decimal): -13975279 or 1163562. OLE color: 1163562.

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

Color convert

RGB 42 193 17 -
CMYK 0.78 0 0.91 0.24
HSL 111.48º 0.84% 0.41% -
HSV(B) 111.48º 0.91% 0.76% -
XYZ 20.13 38.67 6.93 -
YUV 127.79 65.47 66.81 -
System Red Green Blue C M Y K H S L
Decimal 42 193 17 0.78 0 0.91 0.24 111.48 0.84 0.41
Hex 2A C1 11 4E 0 5B 18 6F 54 29
Octal 52 301 21 116 0 133 30 157 124 51
Binary 101010 11000001 10001 1001110 0 1011011 11000 1101111 1010100 101001

Color Harmonies of #2AC111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC111

Black with #2AC111

Text Example


Text Example

White with #2AC111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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