Html Css Color HEX #1EF712 Free Speech Green

📋 copy color: '#1EF712'

red 30 ◦ green 247 ◦ blue 18

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

Shades of Free Speech Green #1EF712

Tints of Free Speech Green #1EF712

RGB

 RED value IS 30 (12.11% from 255) = 10.17%

 GREEN value IS 247 (96.88% from 255) = 83.73%

 BLUE value IS 18 (7.42% from 255) = 6.1%

R = 10.17%
G = 83.73%
B = 6.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#1EF712 (or 0x1EF712) is known color: Free Speech Green. HEX triplet: 1E, F7 and 12. RGB value is (30,247,18). Sum of RGB (Red+Green+Blue) = 30+247+18=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 247 (96.88% from 255 or 83.73% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 247 - color contains mainly: green. Hex color #1EF712 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EF712 is #E108ED. Grayscale: #9C9C9C. Windows color (decimal): -14747886 or 1242910. OLE color: 1242910.

HSL color Cylindrical-coordinate representation of color #1EF712: hue angle of 116.86º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1EF712 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 30 247 18 -
CMYK 0.88 0 0.93 0.03
HSL 116.86º 0.93% 0.52% -
HSV(B) 116.86º 0.93% 0.97% -
XYZ 33.91 66.84 11.69 -
YUV 156.01 50.11 38.12 -
System Red Green Blue C M Y K H S L
Decimal 30 247 18 0.88 0 0.93 0.03 116.86 0.93 0.52
Hex 1E F7 12 58 0 5D 3 75 5D 34
Octal 36 367 22 130 0 135 3 165 135 64
Binary 11110 11110111 10010 1011000 0 1011101 11 1110101 1011101 110100

Color Harmonies of #1EF712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF712

Black with #1EF712

Text Example


Text Example

White with #1EF712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,247,18); }

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

background-color css

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

 a { background-color: rgb(30,247,18); }

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

border-color css

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

 span { border-color: rgb(30,247,18); }

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