#2AC237

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

Shades of Lime Green #2AC237

Tints of Lime Green #2AC237

Color information

#2AC237 (or 0x2AC237) is unknown color: approx Lime Green. HEX triplet: 2A, C2 and 37. RGB value is (42,194,55). Sum of RGB (Red+Green+Blue) = 42+194+55=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 194 (76.17% from 255 or 66.67% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC237 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC237 is #D53DC8. Grayscale: #858585. Windows color (decimal): -13974985 or 3654186. OLE color: 3654186.

HSL color Cylindrical-coordinate representation of color #2AC237: hue angle of 125.13º 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 #2AC237 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB4219455-
CMYK0.7800.720.24
HSL125.13º64.41%46.27%-
HSV(B)125.13º78.35%76.08%-
XYZ20.9439.3510.11-
YUV132.7184.1463.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.43%
GREEN value IS 194 (76.17% from 255) = 66.67%
BLUE value IS 55 (21.88% from 255) = 18.90%
R=14.43%
G=66.67%
B=18.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal42194550.7800.720.24125.1364.4146.27
Hex2AC2374E048187d402e
Octal523026711601103017510056
Binary101010110000101101111001110010010001100011111011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,194,55); }

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

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

 a { background-color: rgb(42,194,55); }

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

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

 span { border-color: rgb(42,194,55); }

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