#17BF12

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

Shades of Lime Green #17BF12

Tints of Lime Green #17BF12

Color information

#17BF12 (or 0x17BF12) is unknown color: approx Lime Green. HEX triplet: 17, BF and 12. RGB value is (23,191,18). Sum of RGB (Red+Green+Blue) = 23+191+18=232 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.91% from 232); Green value is 191 (75% from 255 or 82.33% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 191 - color contains mainly: green. Hex color #17BF12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17BF12 is #E840ED. Grayscale: #797979. Windows color (decimal): -15220974 or 1228567. OLE color: 1228567.

HSL color Cylindrical-coordinate representation of color #17BF12: hue angle of 118.27º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17BF12 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB2319118-
CMYK0.8800.910.25
HSL118.27º82.78%40.98%-
HSV(B)118.27º90.58%74.9%-
XYZ19.0937.496.8-
YUV121.0569.8458.07-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.91%
GREEN value IS 191 (75% from 255) = 82.33%
BLUE value IS 18 (7.42% from 255) = 7.76%
R=9.91%
G=82.33%
B=7.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal23191180.8800.910.25118.2782.7840.98
Hex17BF125805B19765329
Octal272772213001333116612351
Binary1011110111111100101011000010110111100111101101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17BF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17BF12; }

 p { color: rgb(23,191,18); }

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

<style>
 a { background-color: #17BF12; }

 a { background-color: rgb(23,191,18); }

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

<style>
 span { border-color: #17BF12; }

 span { border-color: rgb(23,191,18); }

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