#1EEF2E

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

Shades of Free Speech Green #1EEF2E

Tints of Free Speech Green #1EEF2E

Color information

#1EEF2E (or 0x1EEF2E) is unknown color: approx Free Speech Green. HEX triplet: 1E, EF and 2E. RGB value is (30,239,46). Sum of RGB (Red+Green+Blue) = 30+239+46=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 239 (93.75% from 255 or 75.87% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 239 - color contains mainly: green. Hex color #1EEF2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EEF2E is #E110D1. Grayscale: #9B9B9B. Windows color (decimal): -14749906 or 3075870. OLE color: 3075870.

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

Color convert

RGB3023946-
CMYK0.8700.810.06
HSL124.59º86.72%52.75%-
HSV(B)124.59º87.45%93.73%-
XYZ31.962.2112.91-
YUV154.5166.7639.19-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.52%
GREEN value IS 239 (93.75% from 255) = 75.87%
BLUE value IS 46 (18.36% from 255) = 14.60%
R=9.52%
G=75.87%
B=14.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal30239460.8700.810.06124.5986.7252.75
Hex1EEF2E5705167d5735
Octal36357561270121617512765
Binary111101110111110111010101110101000111011111011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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