#1FEF0F

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

Shades of Free Speech Green #1FEF0F

Tints of Free Speech Green #1FEF0F

Color information

#1FEF0F (or 0x1FEF0F) is unknown color: approx Free Speech Green. HEX triplet: 1F, EF and 0F. RGB value is (31,239,15). Sum of RGB (Red+Green+Blue) = 31+239+15=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 239 (93.75% from 255 or 83.86% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 239 - color contains mainly: green. Hex color #1FEF0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FEF0F is #E010F0. Grayscale: #979797. Windows color (decimal): -14684401 or 1044255. OLE color: 1044255.

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

Color convert

RGB3123915-
CMYK0.8700.940.06
HSL115.71º88.19%49.8%-
HSV(B)115.71º93.72%93.73%-
XYZ31.5262.0610.77-
YUV151.2751.0942.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.88%
GREEN value IS 239 (93.75% from 255) = 83.86%
BLUE value IS 15 (6.25% from 255) = 5.26%
R=10.88%
G=83.86%
B=5.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal31239150.8700.940.06115.7188.1949.8
Hex1FEFF5705E6745832
Octal37357171270136616413062
Binary1111111101111111110101110101111011011101001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FEF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,239,15); }

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

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

 a { background-color: rgb(31,239,15); }

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

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

 span { border-color: rgb(31,239,15); }

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