#18D314

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

Shades of Lime Green #18D314

Tints of Lime Green #18D314

Color information

#18D314 (or 0x18D314) is unknown color: approx Lime Green. HEX triplet: 18, D3 and 14. RGB value is (24,211,20). Sum of RGB (Red+Green+Blue) = 24+211+20=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 211 (82.81% from 255 or 82.75% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 211 - color contains mainly: green. Hex color #18D314 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D314 is #E72CEB. Grayscale: #858585. Windows color (decimal): -15150316 or 1364760. OLE color: 1364760.

HSL color Cylindrical-coordinate representation of color #18D314: hue angle of 118.74º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18D314 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB2421120-
CMYK0.8900.910.17
HSL118.74º82.68%45.29%-
HSV(B)118.74º90.52%82.75%-
XYZ23.846.838.45-
YUV133.3164.0550.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.41%
GREEN value IS 211 (82.81% from 255) = 82.75%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=9.41%
G=82.75%
B=7.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal24211200.8900.910.17118.7482.6845.29
Hex18D3145905B1177532d
Octal303232413101332116712355
Binary1100011010011101001011001010110111000111101111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18D314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,211,20); }

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

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

 a { background-color: rgb(24,211,20); }

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

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

 span { border-color: rgb(24,211,20); }

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