#16BF1E

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

Shades of Lime Green #16BF1E

Tints of Lime Green #16BF1E

Color information

#16BF1E (or 0x16BF1E) is unknown color: approx Lime Green. HEX triplet: 16, BF and 1E. RGB value is (22,191,30). Sum of RGB (Red+Green+Blue) = 22+191+30=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 191 (75% from 255 or 78.60% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 191 - color contains mainly: green. Hex color #16BF1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BF1E is #E940E1. Grayscale: #7A7A7A. Windows color (decimal): -15286498 or 2014998. OLE color: 2014998.

HSL color Cylindrical-coordinate representation of color #16BF1E: hue angle of 122.84º 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 #16BF1E is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB2219130-
CMYK0.8800.840.25
HSL122.84º79.34%41.76%-
HSV(B)122.84º88.48%74.9%-
XYZ19.237.537.46-
YUV122.1276.0156.59-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.05%
GREEN value IS 191 (75% from 255) = 78.60%
BLUE value IS 30 (12.11% from 255) = 12.35%
R=9.05%
G=78.60%
B=12.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal22191300.8800.840.25122.8479.3441.76
Hex16BF1E58054197b4f2a
Octal262773613001243117311752
Binary1011010111111111101011000010101001100111110111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16BF1E; }

 p { color: rgb(22,191,30); }

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

<style>
 a { background-color: #16BF1E; }

 a { background-color: rgb(22,191,30); }

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

<style>
 span { border-color: #16BF1E; }

 span { border-color: rgb(22,191,30); }

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