Html Css Color HEX #2ACE16 Lime Green

📋 copy color: '#2ACE16'

red 42 ◦ green 206 ◦ blue 22

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

Shades of Lime Green #2ACE16

Tints of Lime Green #2ACE16

RGB

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

 GREEN value IS 206 (80.86% from 255) = 76.3%

 BLUE value IS 22 (8.98% from 255) = 8.15%

R = 15.56%
G = 76.3%
B = 8.15%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#2ACE16 (or 0x2ACE16) is known color: Lime Green. HEX triplet: 2A, CE and 16. RGB value is (42,206,22). Sum of RGB (Red+Green+Blue) = 42+206+22=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 206 (80.86% from 255 or 76.30% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACE16 is #D531E9. Grayscale: #888888. Windows color (decimal): -13971946 or 1494570. OLE color: 1494570.

HSL color Cylindrical-coordinate representation of color #2ACE16: hue angle of 113.48º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2ACE16 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 206 22 -
CMYK 0.80 0 0.89 0.19
HSL 113.48º 0.81% 0.45% -
HSV(B) 113.48º 0.89% 0.81% -
XYZ 23.17 44.69 8.16 -
YUV 135.99 63.67 60.96 -
System Red Green Blue C M Y K H S L
Decimal 42 206 22 0.80 0 0.89 0.19 113.48 0.81 0.45
Hex 2A CE 16 50 0 59 13 71 51 2D
Octal 52 316 26 120 0 131 23 161 121 55
Binary 101010 11001110 10110 1010000 0 1011001 10011 1110001 1010001 101101

Color Harmonies of #2ACE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACE16

Black with #2ACE16

Text Example


Text Example

White with #2ACE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,206,22); }

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

background-color css

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

 a { background-color: rgb(42,206,22); }

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

border-color css

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

 span { border-color: rgb(42,206,22); }

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