#2AC93A

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

Shades of Lime Green #2AC93A

Tints of Lime Green #2AC93A

Color information

#2AC93A (or 0x2AC93A) is unknown color: approx Lime Green. HEX triplet: 2A, C9 and 3A. RGB value is (42,201,58). Sum of RGB (Red+Green+Blue) = 42+201+58=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 201 (78.91% from 255 or 66.78% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 201 - color contains mainly: green. Hex color #2AC93A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC93A is #D536C5. Grayscale: #898989. Windows color (decimal): -13973190 or 3852586. OLE color: 3852586.

HSL color Cylindrical-coordinate representation of color #2AC93A: hue angle of 126.04º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC93A is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB4220158-
CMYK0.7900.710.21
HSL126.04º65.43%47.65%-
HSV(B)126.04º79.1%78.82%-
XYZ22.6142.5711.03-
YUV137.1683.3260.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.95%
GREEN value IS 201 (78.91% from 255) = 66.78%
BLUE value IS 58 (23.05% from 255) = 19.27%
R=13.95%
G=66.78%
B=19.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal42201580.7900.710.21126.0465.4347.65
Hex2AC93A4F047157e4130
Octal523117211701072517610160
Binary101010110010011110101001111010001111010111111101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,201,58); }

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

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

 a { background-color: rgb(42,201,58); }

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

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

 span { border-color: rgb(42,201,58); }

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