#1FBA0E

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

Shades of Lime Green #1FBA0E

Tints of Lime Green #1FBA0E

Color information

#1FBA0E (or 0x1FBA0E) is unknown color: approx Lime Green. HEX triplet: 1F, BA and 0E. RGB value is (31,186,14). Sum of RGB (Red+Green+Blue) = 31+186+14=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 186 (73.05% from 255 or 80.52% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 186 - color contains mainly: green. Hex color #1FBA0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBA0E is #E045F1. Grayscale: #787878. Windows color (decimal): -14697970 or 965151. OLE color: 965151.

HSL color Cylindrical-coordinate representation of color #1FBA0E: hue angle of 114.07º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1FBA0E is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB3118614-
CMYK0.8300.920.27
HSL114.07º86%39.22%-
HSV(B)114.07º92.47%72.94%-
XYZ18.235.446.3-
YUV120.0568.1564.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.42%
GREEN value IS 186 (73.05% from 255) = 80.52%
BLUE value IS 14 (5.86% from 255) = 6.06%
R=13.42%
G=80.52%
B=6.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31186140.8300.920.27114.078639.22
Hex1FBAE5305C1B725627
Octal372721612301343316212647
Binary111111011101011101010011010111001101111100101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,186,14); }

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

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

 a { background-color: rgb(31,186,14); }

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

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

 span { border-color: rgb(31,186,14); }

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