#18DC2D

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

Shades of Lime Green #18DC2D

Tints of Lime Green #18DC2D

Color information

#18DC2D (or 0x18DC2D) is unknown color: approx Lime Green. HEX triplet: 18, DC and 2D. RGB value is (24,220,45). Sum of RGB (Red+Green+Blue) = 24+220+45=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 220 (86.33% from 255 or 76.12% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DC2D is #E723D2. Grayscale: #8D8D8D. Windows color (decimal): -15147987 or 3005464. OLE color: 3005464.

HSL color Cylindrical-coordinate representation of color #18DC2D: hue angle of 126.43º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DC2D is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB2422045-
CMYK0.8900.800.14
HSL126.43º80.33%47.84%-
HSV(B)126.43º89.09%86.27%-
XYZ26.4451.5711.04-
YUV141.4573.5744.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.30%
GREEN value IS 220 (86.33% from 255) = 76.12%
BLUE value IS 45 (17.97% from 255) = 15.57%
R=8.30%
G=76.12%
B=15.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal24220450.8900.800.14126.4380.3347.84
Hex18DC2D59050E7e5030
Octal303345513101201617612060
Binary1100011011100101101101100101010000111011111101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18DC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18DC2D; }

 p { color: rgb(24,220,45); }

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

<style>
 a { background-color: #18DC2D; }

 a { background-color: rgb(24,220,45); }

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

<style>
 span { border-color: #18DC2D; }

 span { border-color: rgb(24,220,45); }

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