Html Css Color HEX #1FFA00 Free Speech Green

📋 copy color: '#1FFA00'

red 31 ◦ green 250 ◦ blue 0

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

Shades of Free Speech Green #1FFA00

Tints of Free Speech Green #1FFA00

RGB

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

 GREEN value IS 250 (98.05% from 255) = 88.97%

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

R = 11.03%
G = 88.97%
B = 0%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#1FFA00 (or 0x1FFA00) is known color: Free Speech Green. HEX triplet: 1F, FA and 00. RGB value is (31,250,0). Sum of RGB (Red+Green+Blue) = 31+250+0=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 250 (98.05% from 255 or 88.97% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 250 - color contains mainly: green. Hex color #1FFA00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFA00 is #E005FF. Grayscale: #9C9C9C. Windows color (decimal): -14681600 or 64031. OLE color: 64031.

HSL color Cylindrical-coordinate representation of color #1FFA00: hue angle of 112.56º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1FFA00 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 250 0 -
CMYK 0.88 0 1 0.02
HSL 112.56º 1% 0.49% -
HSV(B) 112.56º 1% 0.98% -
XYZ 34.75 68.66 11.42 -
YUV 156.02 39.95 38.83 -
System Red Green Blue C M Y K H S L
Decimal 31 250 0 0.88 0 1 0.02 112.56 1 0.49
Hex 1F FA 0 58 0 64 2 71 64 31
Octal 37 372 0 130 0 144 2 161 144 61
Binary 11111 11111010 0 1011000 0 1100100 10 1110001 1100100 110001

Color Harmonies of #1FFA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FFA00

Black with #1FFA00

Text Example


Text Example

White with #1FFA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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