#17BF0F

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

Shades of Lime Green #17BF0F

Tints of Lime Green #17BF0F

Color information

#17BF0F (or 0x17BF0F) is unknown color: approx Lime Green. HEX triplet: 17, BF and 0F. RGB value is (23,191,15). Sum of RGB (Red+Green+Blue) = 23+191+15=229 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.04% from 229); Green value is 191 (75% from 255 or 83.41% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 191 - color contains mainly: green. Hex color #17BF0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17BF0F is #E840F0. Grayscale: #797979. Windows color (decimal): -15220977 or 1031959. OLE color: 1031959.

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

Color convert

RGB2319115-
CMYK0.8800.920.25
HSL117.27º85.44%40.39%-
HSV(B)117.27º92.15%74.9%-
XYZ19.0737.486.68-
YUV120.768.3458.31-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.04%
GREEN value IS 191 (75% from 255) = 83.41%
BLUE value IS 15 (6.25% from 255) = 6.55%
R=10.04%
G=83.41%
B=6.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal23191150.8800.920.25117.2785.4440.39
Hex17BFF5805C19755528
Octal272771713001343116512550
Binary101111011111111111011000010111001100111101011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17BF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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