Html Css Color HEX #2ACE49 Lime Green

📋 copy color: '#2ACE49'

red 42 ◦ green 206 ◦ blue 73

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

Shades of Lime Green #2ACE49

Tints of Lime Green #2ACE49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.74%

R = 13.08%
G = 64.17%
B = 22.74%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#2ACE49 (or 0x2ACE49) is known color: Lime Green. HEX triplet: 2A, CE and 49. RGB value is (42,206,73). Sum of RGB (Red+Green+Blue) = 42+206+73=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 206 (80.86% from 255 or 64.17% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACE49 is #D531B6. Grayscale: #8E8E8E. Windows color (decimal): -13971895 or 4836906. OLE color: 4836906.

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

Color convert

RGB 42 206 73 -
CMYK 0.80 0 0.65 0.19
HSL 131.34º 0.66% 0.49% -
HSV(B) 131.34º 0.8% 0.81% -
XYZ 24.23 45.12 13.73 -
YUV 141.8 89.17 56.81 -
System Red Green Blue C M Y K H S L
Decimal 42 206 73 0.80 0 0.65 0.19 131.34 0.66 0.49
Hex 2A CE 49 50 0 41 13 83 42 31
Octal 52 316 111 120 0 101 23 203 102 61
Binary 101010 11001110 1001001 1010000 0 1000001 10011 10000011 1000010 110001

Color Harmonies of #2ACE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACE49

Black with #2ACE49

Text Example


Text Example

White with #2ACE49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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