#0EE01F

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

Shades of Free Speech Green #0EE01F

Tints of Free Speech Green #0EE01F

Color information

#0EE01F (or 0x0EE01F) is unknown color: approx Free Speech Green. HEX triplet: 0E, E0 and 1F. RGB value is (14,224,31). Sum of RGB (Red+Green+Blue) = 14+224+31=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 224 (87.89% from 255 or 83.27% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE01F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE01F is #F11FE0. Grayscale: #8B8B8B. Windows color (decimal): -15802337 or 2088974. OLE color: 2088974.

HSL color Cylindrical-coordinate representation of color #0EE01F: hue angle of 124.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE01F is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB1422431-
CMYK0.9400.860.12
HSL124.86º88.24%46.67%-
HSV(B)124.86º93.75%87.84%-
XYZ27.0853.510.2-
YUV139.2166.9338.69-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.20%
GREEN value IS 224 (87.89% from 255) = 83.27%
BLUE value IS 31 (12.5% from 255) = 11.52%
R=5.20%
G=83.27%
B=11.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal14224310.9400.860.12124.8688.2446.67
HexEE01F5E056C7d582f
Octal163403713601261417513057
Binary11101110000011111101111001010110110011111011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EE01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EE01F; }

 p { color: rgb(14,224,31); }

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

<style>
 a { background-color: #0EE01F; }

 a { background-color: rgb(14,224,31); }

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

<style>
 span { border-color: #0EE01F; }

 span { border-color: rgb(14,224,31); }

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