#2AC14E

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

Shades of Lime Green #2AC14E

Tints of Lime Green #2AC14E

Color information

#2AC14E (or 0x2AC14E) is unknown color: approx Lime Green. HEX triplet: 2A, C1 and 4E. RGB value is (42,193,78). Sum of RGB (Red+Green+Blue) = 42+193+78=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 193 (75.78% from 255 or 61.66% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC14E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC14E is #D53EB1. Grayscale: #878787. Windows color (decimal): -13975218 or 5161258. OLE color: 5161258.

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

Color convert

RGB4219378-
CMYK0.7800.600.24
HSL134.3º64.26%46.08%-
HSV(B)134.3º78.24%75.69%-
XYZ21.439.1813.64-
YUV134.7495.9761.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.42%
GREEN value IS 193 (75.78% from 255) = 61.66%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=13.42%
G=61.66%
B=24.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal42193780.7800.600.24134.364.2646.08
Hex2AC14E4E03C1886402e
Octal523011161160743020610056
Binary1010101100000110011101001110011110011000100001101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,193,78); }

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

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

 a { background-color: rgb(42,193,78); }

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

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

 span { border-color: rgb(42,193,78); }

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