Html Css Color HEX #1FEF0F Free Speech Green

📋 copy color: '#1FEF0F'

red 31 ◦ green 239 ◦ blue 15

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

Shades of Free Speech Green #1FEF0F

Tints of Free Speech Green #1FEF0F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 83.86%

 BLUE value IS 15 (6.25% from 255) = 5.26%

R = 10.88%
G = 83.86%
B = 5.26%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#1FEF0F (or 0x1FEF0F) is known color: Free Speech Green. HEX triplet: 1F, EF and 0F. RGB value is (31,239,15). Sum of RGB (Red+Green+Blue) = 31+239+15=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 239 (93.75% from 255 or 83.86% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 239 - color contains mainly: green. Hex color #1FEF0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FEF0F is #E010F0. Grayscale: #979797. Windows color (decimal): -14684401 or 1044255. OLE color: 1044255.

HSL color Cylindrical-coordinate representation of color #1FEF0F: hue angle of 115.71º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FEF0F is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 31 239 15 -
CMYK 0.87 0 0.94 0.06
HSL 115.71º 0.88% 0.5% -
HSV(B) 115.71º 0.94% 0.94% -
XYZ 31.52 62.06 10.77 -
YUV 151.27 51.09 42.21 -
System Red Green Blue C M Y K H S L
Decimal 31 239 15 0.87 0 0.94 0.06 115.71 0.88 0.5
Hex 1F EF F 57 0 5E 6 74 58 32
Octal 37 357 17 127 0 136 6 164 130 62
Binary 11111 11101111 1111 1010111 0 1011110 110 1110100 1011000 110010

Color Harmonies of #1FEF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FEF0F

Black with #1FEF0F

Text Example


Text Example

White with #1FEF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,239,15); }

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

background-color css

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

 a { background-color: rgb(31,239,15); }

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

border-color css

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

 span { border-color: rgb(31,239,15); }

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