#18BE16

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

Shades of Lime Green #18BE16

Tints of Lime Green #18BE16

Color information

#18BE16 (or 0x18BE16) is unknown color: approx Lime Green. HEX triplet: 18, BE and 16. RGB value is (24,190,22). Sum of RGB (Red+Green+Blue) = 24+190+22=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 190 (74.61% from 255 or 80.51% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 190 - color contains mainly: green. Hex color #18BE16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BE16 is #E741E9. Grayscale: #797979. Windows color (decimal): -15155690 or 1490456. OLE color: 1490456.

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

Color convert

RGB2419022-
CMYK0.8700.880.25
HSL119.29º79.25%41.57%-
HSV(B)119.29º88.42%74.51%-
XYZ18.9337.086.92-
YUV121.217258.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.17%
GREEN value IS 190 (74.61% from 255) = 80.51%
BLUE value IS 22 (8.98% from 255) = 9.32%
R=10.17%
G=80.51%
B=9.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24190220.8700.880.25119.2979.2541.57
Hex18BE165705819774f2a
Octal302762612701303116711752
Binary1100010111110101101010111010110001100111101111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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