Html Css Color HEX #1FE70E Free Speech Green

📋 copy color: '#1FE70E'

red 31 ◦ green 231 ◦ blue 14

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

Shades of Free Speech Green #1FE70E

Tints of Free Speech Green #1FE70E

RGB

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

 GREEN value IS 231 (90.63% from 255) = 83.7%

 BLUE value IS 14 (5.86% from 255) = 5.07%

R = 11.23%
G = 83.7%
B = 5.07%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#1FE70E (or 0x1FE70E) is known color: Free Speech Green. HEX triplet: 1F, E7 and 0E. RGB value is (31,231,14). Sum of RGB (Red+Green+Blue) = 31+231+14=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 231 (90.62% from 255 or 83.70% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 231 - color contains mainly: green. Hex color #1FE70E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FE70E is #E018F1. Grayscale: #939393. Windows color (decimal): -14686450 or 976671. OLE color: 976671.

HSL color Cylindrical-coordinate representation of color #1FE70E: hue angle of 115.3º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FE70E is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 31 231 14 -
CMYK 0.87 0 0.94 0.09
HSL 115.3º 0.89% 0.48% -
HSV(B) 115.3º 0.94% 0.91% -
XYZ 29.22 57.47 9.97 -
YUV 146.46 53.24 45.64 -
System Red Green Blue C M Y K H S L
Decimal 31 231 14 0.87 0 0.94 0.09 115.3 0.89 0.48
Hex 1F E7 E 57 0 5E 9 73 59 30
Octal 37 347 16 127 0 136 11 163 131 60
Binary 11111 11100111 1110 1010111 0 1011110 1001 1110011 1011001 110000

Color Harmonies of #1FE70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE70E

Black with #1FE70E

Text Example


Text Example

White with #1FE70E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,231,14); }

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

background-color css

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

 a { background-color: rgb(31,231,14); }

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

border-color css

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

 span { border-color: rgb(31,231,14); }

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