Html Css Color HEX #1FE714 Free Speech Green

📋 copy color: '#1FE714'

red 31 ◦ green 231 ◦ blue 20

#1FE714
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #1FE714

Tints of Free Speech Green #1FE714

RGB

 RED value IS 31 (12.5% from 255) = 10.99%

 GREEN value IS 231 (90.63% from 255) = 81.91%

 BLUE value IS 20 (8.2% from 255) = 7.09%

R = 10.99%
G = 81.91%
B = 7.09%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#1FE714 (or 0x1FE714) is known color: Free Speech Green. HEX triplet: 1F, E7 and 14. RGB value is (31,231,20). Sum of RGB (Red+Green+Blue) = 31+231+20=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 231 (90.62% from 255 or 81.91% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 231 - color contains mainly: green. Hex color #1FE714 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FE714 is #E018EB. Grayscale: #939393. Windows color (decimal): -14686444 or 1369887. OLE color: 1369887.

HSL color Cylindrical-coordinate representation of color #1FE714: hue angle of 116.87º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1FE714 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 31 231 20 -
CMYK 0.87 0 0.91 0.09
HSL 116.87º 0.84% 0.49% -
HSV(B) 116.87º 0.91% 0.91% -
XYZ 29.27 57.49 10.22 -
YUV 147.15 56.24 45.16 -
System Red Green Blue C M Y K H S L
Decimal 31 231 20 0.87 0 0.91 0.09 116.87 0.84 0.49
Hex 1F E7 14 57 0 5B 9 75 54 31
Octal 37 347 24 127 0 133 11 165 124 61
Binary 11111 11100111 10100 1010111 0 1011011 1001 1110101 1010100 110001

Color Harmonies of #1FE714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE714

Black with #1FE714

Text Example


Text Example

White with #1FE714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1FE714;
 }
 .AnyTagClassName
 {
   color: #1FE714;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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