#1EF10D

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

Shades of Free Speech Green #1EF10D

Tints of Free Speech Green #1EF10D

Color information

#1EF10D (or 0x1EF10D) is unknown color: approx Free Speech Green. HEX triplet: 1E, F1 and 0D. RGB value is (30,241,13). Sum of RGB (Red+Green+Blue) = 30+241+13=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 241 (94.53% from 255 or 84.86% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 241 - color contains mainly: green. Hex color #1EF10D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EF10D is #E10EF2. Grayscale: #989898. Windows color (decimal): -14749427 or 913694. OLE color: 913694.

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

Color convert

RGB3024113-
CMYK0.8800.950.05
HSL115.53º89.76%49.8%-
HSV(B)115.53º94.61%94.51%-
XYZ32.0663.2210.89-
YUV151.9249.641.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.56%
GREEN value IS 241 (94.53% from 255) = 84.86%
BLUE value IS 13 (5.47% from 255) = 4.58%
R=10.56%
G=84.86%
B=4.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal30241130.8800.950.05115.5389.7649.8
Hex1EF1D5805F5745a32
Octal36361151300137516413262
Binary1111011110001110110110000101111110111101001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF10D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,241,13); }

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

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

 a { background-color: rgb(30,241,13); }

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

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

 span { border-color: rgb(30,241,13); }

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