Html Css Color HEX #2AC820 Lime Green

📋 copy color: '#2AC820'

red 42 ◦ green 200 ◦ blue 32

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

Shades of Lime Green #2AC820

Tints of Lime Green #2AC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 72.99%

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

R = 15.33%
G = 72.99%
B = 11.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#2AC820 (or 0x2AC820) is known color: Lime Green. HEX triplet: 2A, C8 and 20. RGB value is (42,200,32). Sum of RGB (Red+Green+Blue) = 42+200+32=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 200 (78.52% from 255 or 72.99% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC820 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC820 is #D537DF. Grayscale: #868686. Windows color (decimal): -13973472 or 2148394. OLE color: 2148394.

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

Color convert

RGB 42 200 32 -
CMYK 0.79 0 0.84 0.22
HSL 116.43º 0.72% 0.45% -
HSV(B) 116.43º 0.84% 0.78% -
XYZ 21.87 41.91 8.3 -
YUV 133.61 70.65 62.66 -
System Red Green Blue C M Y K H S L
Decimal 42 200 32 0.79 0 0.84 0.22 116.43 0.72 0.45
Hex 2A C8 20 4F 0 54 16 74 48 2D
Octal 52 310 40 117 0 124 26 164 110 55
Binary 101010 11001000 100000 1001111 0 1010100 10110 1110100 1001000 101101

Color Harmonies of #2AC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC820

Black with #2AC820

Text Example


Text Example

White with #2AC820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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