Html Css Color HEX #1EF800 Free Speech Green

📋 copy color: '#1EF800'

red 30 ◦ green 248 ◦ blue 0

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

Shades of Free Speech Green #1EF800

Tints of Free Speech Green #1EF800

RGB

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

 GREEN value IS 248 (97.27% from 255) = 89.21%

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

R = 10.79%
G = 89.21%
B = 0%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#1EF800 (or 0x1EF800) is known color: Free Speech Green. HEX triplet: 1E, F8 and 00. RGB value is (30,248,0). Sum of RGB (Red+Green+Blue) = 30+248+0=278 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.79% from 278); Green value is 248 (97.27% from 255 or 89.21% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 248 - color contains mainly: green. Hex color #1EF800 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EF800 is #E107FF. Grayscale: #9B9B9B. Windows color (decimal): -14747648 or 63518. OLE color: 63518.

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

Color convert

RGB 30 248 0 -
CMYK 0.88 0 1 0.03
HSL 112.74º 1% 0.49% -
HSV(B) 112.74º 1% 0.97% -
XYZ 34.1 67.41 11.21 -
YUV 154.55 40.78 39.17 -
System Red Green Blue C M Y K H S L
Decimal 30 248 0 0.88 0 1 0.03 112.74 1 0.49
Hex 1E F8 0 58 0 64 3 71 64 31
Octal 36 370 0 130 0 144 3 161 144 61
Binary 11110 11111000 0 1011000 0 1100100 11 1110001 1100100 110001

Color Harmonies of #1EF800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF800

Black with #1EF800

Text Example


Text Example

White with #1EF800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,248,0); }

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

background-color css

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

 a { background-color: rgb(30,248,0); }

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

border-color css

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

 span { border-color: rgb(30,248,0); }

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