#1FBF1E

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

Shades of Lime Green #1FBF1E

Tints of Lime Green #1FBF1E

Color information

#1FBF1E (or 0x1FBF1E) is unknown color: approx Lime Green. HEX triplet: 1F, BF and 1E. RGB value is (31,191,30). Sum of RGB (Red+Green+Blue) = 31+191+30=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 191 (75% from 255 or 75.79% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBF1E is #E040E1. Grayscale: #7D7D7D. Windows color (decimal): -14696674 or 2015007. OLE color: 2015007.

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

Color convert

RGB3119130-
CMYK0.8400.840.25
HSL119.63º72.85%43.33%-
HSV(B)119.63º84.29%74.9%-
XYZ19.4337.657.47-
YUV124.8174.4961.09-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.30%
GREEN value IS 191 (75% from 255) = 75.79%
BLUE value IS 30 (12.11% from 255) = 11.90%
R=12.30%
G=75.79%
B=11.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31191300.8400.840.25119.6372.8543.33
Hex1FBF1E540541978492b
Octal372773612401243117011153
Binary1111110111111111101010100010101001100111110001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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