#1fbf18

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

Shades of Lime Green #1FBF18

Tints of Lime Green #1FBF18

Color information

#1FBF18 (or 0x1FBF18) is unknown color: approx Lime Green. HEX triplet: 1F, BF and 18. RGB value is (31,191,24). Sum of RGB (Red+Green+Blue) = 31+191+24=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 191 (75% from 255 or 77.64% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBF18 is #E040E7. Grayscale: #7C7C7C. Windows color (decimal): -14696680 or 1621791. OLE color: 1621791.

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

Color convert

RGB3119124-
CMYK0.8400.870.25
HSL117.49º77.67%42.16%-
HSV(B)117.49º87.43%74.9%-
XYZ19.3637.627.1-
YUV124.1271.4961.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.60%
GREEN value IS 191 (75% from 255) = 77.64%
BLUE value IS 24 (9.77% from 255) = 9.76%
R=12.60%
G=77.64%
B=9.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31191240.8400.870.25117.4977.6742.16
Hex1FBF185405719754e2a
Octal372773012401273116511652
Binary1111110111111110001010100010101111100111101011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fbf18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1fbf18; }

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

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

<style>
 a { background-color: #1fbf18; }

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

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

<style>
 span { border-color: #1fbf18; }

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

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