#1EE114

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

Shades of Free Speech Green #1EE114

Tints of Free Speech Green #1EE114

Color information

#1EE114 (or 0x1EE114) is unknown color: approx Free Speech Green. HEX triplet: 1E, E1 and 14. RGB value is (30,225,20). Sum of RGB (Red+Green+Blue) = 30+225+20=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 225 (88.28% from 255 or 81.82% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 225 - color contains mainly: green. Hex color #1EE114 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EE114 is #E11EEB. Grayscale: #8F8F8F. Windows color (decimal): -14753516 or 1368350. OLE color: 1368350.

HSL color Cylindrical-coordinate representation of color #1EE114: hue angle of 117.07º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1EE114 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB3022520-
CMYK0.8700.910.12
HSL117.07º83.67%48.04%-
HSV(B)117.07º91.11%88.24%-
XYZ27.5954.189.67-
YUV143.3258.447.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.91%
GREEN value IS 225 (88.28% from 255) = 81.82%
BLUE value IS 20 (8.20% from 255) = 7.27%
R=10.91%
G=81.82%
B=7.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal30225200.8700.910.12117.0783.6748.04
Hex1EE1145705BC755430
Octal363412412701331416512460
Binary111101110000110100101011101011011110011101011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EE114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,225,20); }

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

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

 a { background-color: rgb(30,225,20); }

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

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

 span { border-color: rgb(30,225,20); }

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