#1EEF19

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

Shades of Free Speech Green #1EEF19

Tints of Free Speech Green #1EEF19

Color information

#1EEF19 (or 0x1EEF19) is unknown color: approx Free Speech Green. HEX triplet: 1E, EF and 19. RGB value is (30,239,25). Sum of RGB (Red+Green+Blue) = 30+239+25=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 239 (93.75% from 255 or 81.29% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEF19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EEF19 is #E110E6. Grayscale: #989898. Windows color (decimal): -14749927 or 1699614. OLE color: 1699614.

HSL color Cylindrical-coordinate representation of color #1EEF19: hue angle of 118.6º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EEF19 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB3023925-
CMYK0.8700.900.06
HSL118.6º86.99%51.76%-
HSV(B)118.6º89.54%93.73%-
XYZ31.5862.0811.24-
YUV152.1156.2640.9-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.20%
GREEN value IS 239 (93.75% from 255) = 81.29%
BLUE value IS 25 (10.16% from 255) = 8.50%
R=10.20%
G=81.29%
B=8.50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal30239250.8700.900.06118.686.9951.76
Hex1EEF195705A6775734
Octal36357311270132616712764
Binary11110111011111100110101110101101011011101111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEF19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,239,25); }

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

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

 a { background-color: rgb(30,239,25); }

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

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

 span { border-color: rgb(30,239,25); }

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