Html Css Color HEX #2AC220 Lime Green

📋 copy color: '#2AC220'

red 42 ◦ green 194 ◦ blue 32

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

Shades of Lime Green #2AC220

Tints of Lime Green #2AC220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 72.39%

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

R = 15.67%
G = 72.39%
B = 11.94%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#2AC220 (or 0x2AC220) is known color: Lime Green. HEX triplet: 2A, C2 and 20. RGB value is (42,194,32). Sum of RGB (Red+Green+Blue) = 42+194+32=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 194 (76.17% from 255 or 72.39% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC220 is #D53DDF. Grayscale: #828282. Windows color (decimal): -13975008 or 2146858. OLE color: 2146858.

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

Color convert

RGB 42 194 32 -
CMYK 0.78 0 0.84 0.24
HSL 116.3º 0.72% 0.44% -
HSV(B) 116.3º 0.84% 0.76% -
XYZ 20.51 39.18 7.85 -
YUV 130.08 72.64 65.17 -
System Red Green Blue C M Y K H S L
Decimal 42 194 32 0.78 0 0.84 0.24 116.3 0.72 0.44
Hex 2A C2 20 4E 0 54 18 74 48 2C
Octal 52 302 40 116 0 124 30 164 110 54
Binary 101010 11000010 100000 1001110 0 1010100 11000 1110100 1001000 101100

Color Harmonies of #2AC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC220

Black with #2AC220

Text Example


Text Example

White with #2AC220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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