Html Css Color HEX #2AC120 Lime Green

📋 copy color: '#2AC120'

red 42 ◦ green 193 ◦ blue 32

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

Shades of Lime Green #2AC120

Tints of Lime Green #2AC120

RGB

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

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

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

R = 15.73%
G = 72.28%
B = 11.99%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#2AC120 (or 0x2AC120) is known color: Lime Green. HEX triplet: 2A, C1 and 20. RGB value is (42,193,32). Sum of RGB (Red+Green+Blue) = 42+193+32=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 193 (75.78% from 255 or 72.28% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC120 is #D53EDF. Grayscale: #818181. Windows color (decimal): -13975264 or 2146602. OLE color: 2146602.

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

Color convert

RGB 42 193 32 -
CMYK 0.78 0 0.83 0.24
HSL 116.27º 0.72% 0.44% -
HSV(B) 116.27º 0.83% 0.76% -
XYZ 20.29 38.74 7.77 -
YUV 129.5 72.97 65.59 -
System Red Green Blue C M Y K H S L
Decimal 42 193 32 0.78 0 0.83 0.24 116.27 0.72 0.44
Hex 2A C1 20 4E 0 53 18 74 48 2C
Octal 52 301 40 116 0 123 30 164 110 54
Binary 101010 11000001 100000 1001110 0 1010011 11000 1110100 1001000 101100

Color Harmonies of #2AC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC120

Black with #2AC120

Text Example


Text Example

White with #2AC120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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