#18D520

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

Shades of Lime Green #18D520

Tints of Lime Green #18D520

Color information

#18D520 (or 0x18D520) is unknown color: approx Lime Green. HEX triplet: 18, D5 and 20. RGB value is (24,213,32). Sum of RGB (Red+Green+Blue) = 24+213+32=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 213 (83.59% from 255 or 79.18% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 213 - color contains mainly: green. Hex color #18D520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D520 is #E72ADF. Grayscale: #888888. Windows color (decimal): -15149792 or 2151704. OLE color: 2151704.

HSL color Cylindrical-coordinate representation of color #18D520: hue angle of 122.54º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D520 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB2421332-
CMYK0.8900.850.16
HSL122.54º79.75%46.47%-
HSV(B)122.54º88.73%83.53%-
XYZ24.4347.899.32-
YUV135.8569.3848.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.92%
GREEN value IS 213 (83.59% from 255) = 79.18%
BLUE value IS 32 (12.89% from 255) = 11.90%
R=8.92%
G=79.18%
B=11.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal24213320.8900.850.16122.5479.7546.47
Hex18D52059055107b502e
Octal303254013101252017312056
Binary11000110101011000001011001010101011000011110111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18D520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,213,32); }

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

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

 a { background-color: rgb(24,213,32); }

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

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

 span { border-color: rgb(24,213,32); }

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