Html Css Color HEX #1FFC07 Free Speech Green

📋 copy color: '#1FFC07'

red 31 ◦ green 252 ◦ blue 7

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

Shades of Free Speech Green #1FFC07

Tints of Free Speech Green #1FFC07

RGB

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

 GREEN value IS 252 (98.83% from 255) = 86.9%

 BLUE value IS 7 (3.13% from 255) = 2.41%

R = 10.69%
G = 86.9%
B = 2.41%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#1FFC07 (or 0x1FFC07) is known color: Free Speech Green. HEX triplet: 1F, FC and 07. RGB value is (31,252,7). Sum of RGB (Red+Green+Blue) = 31+252+7=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 252 (98.83% from 255 or 86.90% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFC07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFC07 is #E003F8. Grayscale: #9E9E9E. Windows color (decimal): -14681081 or 523295. OLE color: 523295.

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

Color convert

RGB 31 252 7 -
CMYK 0.88 0 0.97 0.01
HSL 114.12º 0.98% 0.51% -
HSV(B) 114.12º 0.97% 0.99% -
XYZ 35.41 69.93 11.83 -
YUV 157.99 42.78 37.42 -
System Red Green Blue C M Y K H S L
Decimal 31 252 7 0.88 0 0.97 0.01 114.12 0.98 0.51
Hex 1F FC 7 58 0 61 1 72 62 33
Octal 37 374 7 130 0 141 1 162 142 63
Binary 11111 11111100 111 1011000 0 1100001 1 1110010 1100010 110011

Color Harmonies of #1FFC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FFC07

Black with #1FFC07

Text Example


Text Example

White with #1FFC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,252,7); }

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

background-color css

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

 a { background-color: rgb(31,252,7); }

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

border-color css

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

 span { border-color: rgb(31,252,7); }

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