Html Css Color HEX #2AC520 Lime Green

📋 copy color: '#2AC520'

red 42 ◦ green 197 ◦ blue 32

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

Shades of Lime Green #2AC520

Tints of Lime Green #2AC520

RGB

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

 GREEN value IS 197 (77.34% from 255) = 72.69%

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

R = 15.5%
G = 72.69%
B = 11.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#2AC520 (or 0x2AC520) is known color: Lime Green. HEX triplet: 2A, C5 and 20. RGB value is (42,197,32). Sum of RGB (Red+Green+Blue) = 42+197+32=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 197 (77.34% from 255 or 72.69% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 197 - color contains mainly: green. Hex color #2AC520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC520 is #D53ADF. Grayscale: #848484. Windows color (decimal): -13974240 or 2147626. OLE color: 2147626.

HSL color Cylindrical-coordinate representation of color #2AC520: hue angle of 116.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AC520 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 42 197 32 -
CMYK 0.79 0 0.84 0.23
HSL 116.36º 0.72% 0.45% -
HSV(B) 116.36º 0.84% 0.77% -
XYZ 21.18 40.53 8.07 -
YUV 131.85 71.65 63.92 -
System Red Green Blue C M Y K H S L
Decimal 42 197 32 0.79 0 0.84 0.23 116.36 0.72 0.45
Hex 2A C5 20 4F 0 54 17 74 48 2D
Octal 52 305 40 117 0 124 27 164 110 55
Binary 101010 11000101 100000 1001111 0 1010100 10111 1110100 1001000 101101

Color Harmonies of #2AC520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC520

Black with #2AC520

Text Example


Text Example

White with #2AC520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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