#1FE519

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

Shades of Free Speech Green #1FE519

Tints of Free Speech Green #1FE519

Color information

#1FE519 (or 0x1FE519) is unknown color: approx Free Speech Green. HEX triplet: 1F, E5 and 19. RGB value is (31,229,25). Sum of RGB (Red+Green+Blue) = 31+229+25=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 229 (89.84% from 255 or 80.35% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 229 - color contains mainly: green. Hex color #1FE519 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FE519 is #E01AE6. Grayscale: #939393. Windows color (decimal): -14686951 or 1697055. OLE color: 1697055.

HSL color Cylindrical-coordinate representation of color #1FE519: hue angle of 118.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1FE519 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB3122925-
CMYK0.8600.890.10
HSL118.24º80.31%49.8%-
HSV(B)118.24º89.08%89.8%-
XYZ28.7656.410.29-
YUV146.5459.445.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.88%
GREEN value IS 229 (89.84% from 255) = 80.35%
BLUE value IS 25 (10.16% from 255) = 8.77%
R=10.88%
G=80.35%
B=8.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal31229250.8600.890.10118.2480.3149.8
Hex1FE51956059A765032
Octal373453112601311216612062
Binary111111110010111001101011001011001101011101101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FE519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,229,25); }

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

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

 a { background-color: rgb(31,229,25); }

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

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

 span { border-color: rgb(31,229,25); }

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