#01EE1E

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

Shades of Free Speech Green #01EE1E

Tints of Free Speech Green #01EE1E

Color information

#01EE1E (or 0x01EE1E) is unknown color: approx Free Speech Green. HEX triplet: 01, EE and 1E. RGB value is (1,238,30). Sum of RGB (Red+Green+Blue) = 1+238+30=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 238 (93.36% from 255 or 88.48% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 238 - color contains mainly: green. Hex color #01EE1E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EE1E is #FE11E1. Grayscale: #909090. Windows color (decimal): -16650722 or 2027009. OLE color: 2027009.

HSL color Cylindrical-coordinate representation of color #01EE1E: hue angle of 127.34º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EE1E is Cyan = 1.00, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB123830-
CMYK1.0000.870.07
HSL127.34º99.16%46.86%-
HSV(B)127.34º99.58%93.33%-
XYZ30.8261.2511.43-
YUV143.4263.9826.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 238 (93.36% from 255) = 88.48%
BLUE value IS 30 (12.11% from 255) = 11.15%
R=0.37%
G=88.48%
B=11.15%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1238301.0000.870.07127.3499.1646.86
Hex1EE1E6405777f632f
Octal1356361440127717714357
Binary1111011101111011001000101011111111111111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01EE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01EE1E; }

 p { color: rgb(1,238,30); }

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

<style>
 a { background-color: #01EE1E; }

 a { background-color: rgb(1,238,30); }

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

<style>
 span { border-color: #01EE1E; }

 span { border-color: rgb(1,238,30); }

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