Html Css Color HEX #2AC215 Lime Green

📋 copy color: '#2AC215'

red 42 ◦ green 194 ◦ blue 21

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

Shades of Lime Green #2AC215

Tints of Lime Green #2AC215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.17%

R = 16.34%
G = 75.49%
B = 8.17%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#2AC215 (or 0x2AC215) is known color: Lime Green. HEX triplet: 2A, C2 and 15. RGB value is (42,194,21). Sum of RGB (Red+Green+Blue) = 42+194+21=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 194 (76.17% from 255 or 75.49% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC215 is #D53DEA. Grayscale: #818181. Windows color (decimal): -13975019 or 1425962. OLE color: 1425962.

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

Color convert

RGB 42 194 21 -
CMYK 0.78 0 0.89 0.24
HSL 112.72º 0.8% 0.42% -
HSV(B) 112.72º 0.89% 0.76% -
XYZ 20.38 39.13 7.19 -
YUV 128.83 67.14 66.07 -
System Red Green Blue C M Y K H S L
Decimal 42 194 21 0.78 0 0.89 0.24 112.72 0.8 0.42
Hex 2A C2 15 4E 0 59 18 71 50 2A
Octal 52 302 25 116 0 131 30 161 120 52
Binary 101010 11000010 10101 1001110 0 1011001 11000 1110001 1010000 101010

Color Harmonies of #2AC215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC215

Black with #2AC215

Text Example


Text Example

White with #2AC215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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