#1EE60C

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

Shades of Free Speech Green #1EE60C

Tints of Free Speech Green #1EE60C

Color information

#1EE60C (or 0x1EE60C) is unknown color: approx Free Speech Green. HEX triplet: 1E, E6 and 0C. RGB value is (30,230,12). Sum of RGB (Red+Green+Blue) = 30+230+12=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 230 (90.23% from 255 or 84.56% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 230 - color contains mainly: green. Hex color #1EE60C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EE60C is #E119F3. Grayscale: #929292. Windows color (decimal): -14752244 or 845342. OLE color: 845342.

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

Color convert

RGB3023012-
CMYK0.8700.950.10
HSL115.05º90.08%47.45%-
HSV(B)115.05º94.78%90.2%-
XYZ28.956.99.81-
YUV145.3552.7445.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.03%
GREEN value IS 230 (90.23% from 255) = 84.56%
BLUE value IS 12 (5.08% from 255) = 4.41%
R=11.03%
G=84.56%
B=4.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal30230120.8700.950.10115.0590.0847.45
Hex1EE6C5705FA735a2f
Octal363461412701371216313257
Binary11110111001101100101011101011111101011100111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EE60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,230,12); }

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

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

 a { background-color: rgb(30,230,12); }

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

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

 span { border-color: rgb(30,230,12); }

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