#2ACA27

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

Shades of Lime Green #2ACA27

Tints of Lime Green #2ACA27

Color information

#2ACA27 (or 0x2ACA27) is unknown color: approx Lime Green. HEX triplet: 2A, CA and 27. RGB value is (42,202,39). Sum of RGB (Red+Green+Blue) = 42+202+39=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 202 (79.30% from 255 or 71.38% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 202 - color contains mainly: green. Hex color #2ACA27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACA27 is #D535D8. Grayscale: #888888. Windows color (decimal): -13972953 or 2607658. OLE color: 2607658.

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

Color convert

RGB4220239-
CMYK0.7900.810.21
HSL118.9º67.63%47.25%-
HSV(B)118.9º80.69%79.22%-
XYZ22.4442.889.01-
YUV135.5873.4961.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.84%
GREEN value IS 202 (79.30% from 255) = 71.38%
BLUE value IS 39 (15.62% from 255) = 13.78%
R=14.84%
G=71.38%
B=13.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal42202390.7900.810.21118.967.6347.25
Hex2ACA274F0511577442f
Octal523124711701212516710457
Binary101010110010101001111001111010100011010111101111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,202,39); }

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

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

 a { background-color: rgb(42,202,39); }

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

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

 span { border-color: rgb(42,202,39); }

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