#1FB714

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

Shades of Lime Green #1FB714

Tints of Lime Green #1FB714

Color information

#1FB714 (or 0x1FB714) is unknown color: approx Lime Green. HEX triplet: 1F, B7 and 14. RGB value is (31,183,20). Sum of RGB (Red+Green+Blue) = 31+183+20=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 183 (71.88% from 255 or 78.21% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 183 - color contains mainly: green. Hex color #1FB714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FB714 is #E048EB. Grayscale: #777777. Windows color (decimal): -14698732 or 1357599. OLE color: 1357599.

HSL color Cylindrical-coordinate representation of color #1FB714: hue angle of 115.95º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1FB714 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB3118320-
CMYK0.8300.890.28
HSL115.95º80.3%39.8%-
HSV(B)115.95º89.07%71.76%-
XYZ17.6234.216.34-
YUV118.9772.1465.25-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.25%
GREEN value IS 183 (71.88% from 255) = 78.21%
BLUE value IS 20 (8.20% from 255) = 8.55%
R=13.25%
G=78.21%
B=8.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal31183200.8300.890.28115.9580.339.8
Hex1FB714530591C745028
Octal372672412301313416412050
Binary1111110110111101001010011010110011110011101001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,183,20); }

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

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

 a { background-color: rgb(31,183,20); }

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

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

 span { border-color: rgb(31,183,20); }

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