Html Css Color HEX #1FEC01 Free Speech Green

📋 copy color: '#1FEC01'

red 31 ◦ green 236 ◦ blue 1

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

Shades of Free Speech Green #1FEC01

Tints of Free Speech Green #1FEC01

RGB

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

 GREEN value IS 236 (92.58% from 255) = 88.06%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 11.57%
G = 88.06%
B = 0.37%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#1FEC01 (or 0x1FEC01) is known color: Free Speech Green. HEX triplet: 1F, EC and 01. RGB value is (31,236,1). Sum of RGB (Red+Green+Blue) = 31+236+1=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 236 (92.58% from 255 or 88.06% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 236 - color contains mainly: green. Hex color #1FEC01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FEC01 is #E013FE. Grayscale: #949494. Windows color (decimal): -14685183 or 125983. OLE color: 125983.

HSL color Cylindrical-coordinate representation of color #1FEC01: hue angle of 112.34º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1FEC01 is Cyan = 0.87, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 236 1 -
CMYK 0.87 0 1.00 0.07
HSL 112.34º 0.99% 0.46% -
HSV(B) 112.34º 1% 0.93% -
XYZ 30.57 60.28 10.05 -
YUV 147.92 45.08 44.61 -
System Red Green Blue C M Y K H S L
Decimal 31 236 1 0.87 0 1.00 0.07 112.34 0.99 0.46
Hex 1F EC 1 57 0 64 7 70 63 2E
Octal 37 354 1 127 0 144 7 160 143 56
Binary 11111 11101100 1 1010111 0 1100100 111 1110000 1100011 101110

Color Harmonies of #1FEC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FEC01

Black with #1FEC01

Text Example


Text Example

White with #1FEC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,236,1); }

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

background-color css

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

 a { background-color: rgb(31,236,1); }

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

border-color css

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

 span { border-color: rgb(31,236,1); }

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