#1EFE00

Color #1EFE00 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #1EFE00

Tints of Free Speech Green #1EFE00

Color information

#1EFE00 (or 0x1EFE00) is unknown color: approx Free Speech Green. HEX triplet: 1E, FE and 00. RGB value is (30,254,0). Sum of RGB (Red+Green+Blue) = 30+254+0=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 254 (99.61% from 255 or 89.44% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 254 - color contains mainly: green. Hex color #1EFE00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EFE00 is #E101FF. Grayscale: #9E9E9E. Windows color (decimal): -14746112 or 65054. OLE color: 65054.

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

Color convert

RGB302540-
CMYK0.88010.00
HSL112.91º100%49.8%-
HSV(B)112.91º100%99.61%-
XYZ35.9871.1611.84-
YUV158.0738.7936.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.56%
GREEN value IS 254 (99.61% from 255) = 89.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=10.56%
G=89.44%
B=0%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal3025400.88010.00112.9110049.8
Hex1EFE0580640716432
Octal3637601300144016114462
Binary11110111111100101100001100100011100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EFE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1EFE00;
 }
 .AnyTagClassName
 {
   color: #1EFE00;
 }
</style>
background-color css

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

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

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

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

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

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