#1EFE05

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

Shades of Free Speech Green #1EFE05

Tints of Free Speech Green #1EFE05

Color information

#1EFE05 (or 0x1EFE05) is unknown color: approx Free Speech Green. HEX triplet: 1E, FE and 05. RGB value is (30,254,5). Sum of RGB (Red+Green+Blue) = 30+254+5=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 254 (99.61% from 255 or 87.89% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 254 - color contains mainly: green. Hex color #1EFE05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EFE05 is #E101FA. Grayscale: #9F9F9F. Windows color (decimal): -14746107 or 392734. OLE color: 392734.

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

Color convert

RGB302545-
CMYK0.8800.980.00
HSL113.98º99.2%50.78%-
HSV(B)113.98º98.03%99.61%-
XYZ3671.1711.98-
YUV158.6441.2936.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.38%
GREEN value IS 254 (99.61% from 255) = 87.89%
BLUE value IS 5 (2.34% from 255) = 1.73%
R=10.38%
G=87.89%
B=1.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal3025450.8800.980.00113.9899.250.78
Hex1EFE5580620726333
Octal3637651300142016214363
Binary1111011111110101101100001100010011100101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EFE05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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