#1ff014

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

Shades of Free Speech Green #1FF014

Tints of Free Speech Green #1FF014

Color information

#1FF014 (or 0x1FF014) is unknown color: approx Free Speech Green. HEX triplet: 1F, F0 and 14. RGB value is (31,240,20). Sum of RGB (Red+Green+Blue) = 31+240+20=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 240 (94.14% from 255 or 82.47% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 240 - color contains mainly: green. Hex color #1FF014 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FF014 is #E00FEB. Grayscale: #999999. Windows color (decimal): -14684140 or 1372191. OLE color: 1372191.

HSL color Cylindrical-coordinate representation of color #1FF014: hue angle of 117º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1FF014 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB3124020-
CMYK0.8700.920.06
HSL117º88%50.98%-
HSV(B)117º91.67%94.12%-
XYZ31.8562.6611.08-
YUV152.4353.2641.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.65%
GREEN value IS 240 (94.14% from 255) = 82.47%
BLUE value IS 20 (8.20% from 255) = 6.87%
R=10.65%
G=82.47%
B=6.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal31240200.8700.920.061178850.98
Hex1FF0145705C6755833
Octal37360241270134616513063
Binary11111111100001010010101110101110011011101011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ff014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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