#18BE14

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

Shades of Lime Green #18BE14

Tints of Lime Green #18BE14

Color information

#18BE14 (or 0x18BE14) is unknown color: approx Lime Green. HEX triplet: 18, BE and 14. RGB value is (24,190,20). Sum of RGB (Red+Green+Blue) = 24+190+20=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 190 (74.61% from 255 or 81.20% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 190 - color contains mainly: green. Hex color #18BE14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BE14 is #E741EB. Grayscale: #797979. Windows color (decimal): -15155692 or 1359384. OLE color: 1359384.

HSL color Cylindrical-coordinate representation of color #18BE14: hue angle of 118.59º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18BE14 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB2419020-
CMYK0.8700.890.25
HSL118.59º80.95%41.18%-
HSV(B)118.59º89.47%74.51%-
XYZ18.9237.076.82-
YUV120.997158.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.26%
GREEN value IS 190 (74.61% from 255) = 81.20%
BLUE value IS 20 (8.20% from 255) = 8.55%
R=10.26%
G=81.20%
B=8.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24190200.8700.890.25118.5980.9541.18
Hex18BE145705919775129
Octal302762412701313116712151
Binary1100010111110101001010111010110011100111101111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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