#2ACE15

Color #2ACE15 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2ACE15

Tints of Lime Green #2ACE15

Color information

#2ACE15 (or 0x2ACE15) is unknown color: approx Lime Green. HEX triplet: 2A, CE and 15. RGB value is (42,206,21). Sum of RGB (Red+Green+Blue) = 42+206+21=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 206 (80.86% from 255 or 76.58% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACE15 is #D531EA. Grayscale: #888888. Windows color (decimal): -13971947 or 1429034. OLE color: 1429034.

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

Color convert

RGB4220621-
CMYK0.8000.900.19
HSL113.19º81.5%44.51%-
HSV(B)113.19º89.81%80.78%-
XYZ23.1644.698.11-
YUV135.8763.1761.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.61%
GREEN value IS 206 (80.86% from 255) = 76.58%
BLUE value IS 21 (8.59% from 255) = 7.81%
R=15.61%
G=76.58%
B=7.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal42206210.8000.900.19113.1981.544.51
Hex2ACE155005A1371512d
Octal523162512001322316112155
Binary10101011001110101011010000010110101001111100011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACE15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ACE15;
 }
 .AnyTagClassName
 {
   color: #2ACE15;
 }
</style>
background-color css

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

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

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

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

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

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