Html Css Color HEX #1FD500 Free Speech Green

📋 copy color: '#1FD500'

red 31 ◦ green 213 ◦ blue 0

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

Shades of Free Speech Green #1FD500

Tints of Free Speech Green #1FD500

RGB

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

 GREEN value IS 213 (83.59% from 255) = 87.3%

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

R = 12.7%
G = 87.3%
B = 0%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#1FD500 (or 0x1FD500) is known color: Free Speech Green. HEX triplet: 1F, D5 and 00. RGB value is (31,213,0). Sum of RGB (Red+Green+Blue) = 31+213+0=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 213 (83.59% from 255 or 87.30% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 213 - color contains mainly: green. Hex color #1FD500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD500 is #E02AFF. Grayscale: #868686. Windows color (decimal): -14691072 or 54559. OLE color: 54559.

HSL color Cylindrical-coordinate representation of color #1FD500: hue angle of 111.27º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1FD500 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 31 213 0 -
CMYK 0.85 0 1 0.16
HSL 111.27º 1% 0.42% -
HSV(B) 111.27º 1% 0.84% -
XYZ 24.36 47.88 7.96 -
YUV 134.3 52.2 54.32 -
System Red Green Blue C M Y K H S L
Decimal 31 213 0 0.85 0 1 0.16 111.27 1 0.42
Hex 1F D5 0 55 0 64 10 6F 64 2A
Octal 37 325 0 125 0 144 20 157 144 52
Binary 11111 11010101 0 1010101 0 1100100 10000 1101111 1100100 101010

Color Harmonies of #1FD500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD500

Black with #1FD500

Text Example


Text Example

White with #1FD500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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