#18BF14

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

Shades of Lime Green #18BF14

Tints of Lime Green #18BF14

Color information

#18BF14 (or 0x18BF14) is unknown color: approx Lime Green. HEX triplet: 18, BF and 14. RGB value is (24,191,20). Sum of RGB (Red+Green+Blue) = 24+191+20=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 191 (75% from 255 or 81.28% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 191 - color contains mainly: green. Hex color #18BF14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BF14 is #E740EB. Grayscale: #7A7A7A. Windows color (decimal): -15155436 or 1359640. OLE color: 1359640.

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

Color convert

RGB2419120-
CMYK0.8700.900.25
HSL118.6º81.04%41.37%-
HSV(B)118.6º89.53%74.9%-
XYZ19.1337.516.89-
YUV121.5770.6758.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.21%
GREEN value IS 191 (75% from 255) = 81.28%
BLUE value IS 20 (8.20% from 255) = 8.51%
R=10.21%
G=81.28%
B=8.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24191200.8700.900.25118.681.0441.37
Hex18BF145705A19775129
Octal302772412701323116712151
Binary1100010111111101001010111010110101100111101111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BF14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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