Html Css Color HEX #1FED00 Free Speech Green

📋 copy color: '#1FED00'

red 31 ◦ green 237 ◦ blue 0

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

Shades of Free Speech Green #1FED00

Tints of Free Speech Green #1FED00

RGB

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

 GREEN value IS 237 (92.97% from 255) = 88.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 11.57%
G = 88.43%
B = 0%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#1FED00 (or 0x1FED00) is known color: Free Speech Green. HEX triplet: 1F, ED and 00. RGB value is (31,237,0). Sum of RGB (Red+Green+Blue) = 31+237+0=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 237 (92.97% from 255 or 88.43% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 237 - color contains mainly: green. Hex color #1FED00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FED00 is #E012FF. Grayscale: #959595. Windows color (decimal): -14684928 or 60703. OLE color: 60703.

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

Color convert

RGB 31 237 0 -
CMYK 0.87 0 1 0.07
HSL 112.15º 1% 0.46% -
HSV(B) 112.15º 1% 0.93% -
XYZ 30.85 60.86 10.12 -
YUV 148.39 44.25 44.27 -
System Red Green Blue C M Y K H S L
Decimal 31 237 0 0.87 0 1 0.07 112.15 1 0.46
Hex 1F ED 0 57 0 64 7 70 64 2E
Octal 37 355 0 127 0 144 7 160 144 56
Binary 11111 11101101 0 1010111 0 1100100 111 1110000 1100100 101110

Color Harmonies of #1FED00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FED00

Black with #1FED00

Text Example


Text Example

White with #1FED00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,237,0); }

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

background-color css

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

 a { background-color: rgb(31,237,0); }

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

border-color css

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

 span { border-color: rgb(31,237,0); }

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