#2ACD0F

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

Shades of Lime Green #2ACD0F

Tints of Lime Green #2ACD0F

Color information

#2ACD0F (or 0x2ACD0F) is unknown color: approx Lime Green. HEX triplet: 2A, CD and 0F. RGB value is (42,205,15). Sum of RGB (Red+Green+Blue) = 42+205+15=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 205 (80.47% from 255 or 78.24% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACD0F is #D532F0. Grayscale: #878787. Windows color (decimal): -13972209 or 1035562. OLE color: 1035562.

HSL color Cylindrical-coordinate representation of color #2ACD0F: hue angle of 111.47º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2ACD0F is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB4220515-
CMYK0.8000.930.20
HSL111.47º86.36%43.14%-
HSV(B)111.47º92.68%80.39%-
XYZ22.8744.197.78-
YUV134.660.561.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.03%
GREEN value IS 205 (80.47% from 255) = 78.24%
BLUE value IS 15 (6.25% from 255) = 5.73%
R=16.03%
G=78.24%
B=5.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal42205150.8000.930.20111.4786.3643.14
Hex2ACDF5005D146f562b
Octal523151712001352415712653
Binary1010101100110111111010000010111011010011011111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,205,15); }

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

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

 a { background-color: rgb(42,205,15); }

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

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

 span { border-color: rgb(42,205,15); }

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