#2ACC1E

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

Shades of Lime Green #2ACC1E

Tints of Lime Green #2ACC1E

Color information

#2ACC1E (or 0x2ACC1E) is unknown color: approx Lime Green. HEX triplet: 2A, CC and 1E. RGB value is (42,204,30). Sum of RGB (Red+Green+Blue) = 42+204+30=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 204 (80.08% from 255 or 73.91% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACC1E is #D533E1. Grayscale: #888888. Windows color (decimal): -13972450 or 2018346. OLE color: 2018346.

HSL color Cylindrical-coordinate representation of color #2ACC1E: hue angle of 115.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2ACC1E is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB4220430-
CMYK0.7900.850.2
HSL115.86º74.36%45.88%-
HSV(B)115.86º85.29%80%-
XYZ22.7843.778.48-
YUV135.7368.3361.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.22%
GREEN value IS 204 (80.08% from 255) = 73.91%
BLUE value IS 30 (12.11% from 255) = 10.87%
R=15.22%
G=73.91%
B=10.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal42204300.7900.850.2115.8674.3645.88
Hex2ACC1E4F05514744a2e
Octal523143611701252416411256
Binary10101011001100111101001111010101011010011101001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,204,30); }

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

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

 a { background-color: rgb(42,204,30); }

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

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

 span { border-color: rgb(42,204,30); }

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