#0EE603

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

Shades of Free Speech Green #0EE603

Tints of Free Speech Green #0EE603

Color information

#0EE603 (or 0x0EE603) is unknown color: approx Free Speech Green. HEX triplet: 0E, E6 and 03. RGB value is (14,230,3). Sum of RGB (Red+Green+Blue) = 14+230+3=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 230 (90.23% from 255 or 93.12% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 230 - color contains mainly: green. Hex color #0EE603 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EE603 is #F119FC. Grayscale: #8C8C8C. Windows color (decimal): -15800829 or 255502. OLE color: 255502.

HSL color Cylindrical-coordinate representation of color #0EE603: hue angle of 117.09º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0EE603 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB142303-
CMYK0.9400.990.10
HSL117.09º97.42%45.69%-
HSV(B)117.09º98.7%90.2%-
XYZ28.4956.699.53-
YUV139.5450.9438.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.67%
GREEN value IS 230 (90.23% from 255) = 93.12%
BLUE value IS 3 (1.56% from 255) = 1.21%
R=5.67%
G=93.12%
B=1.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1423030.9400.990.10117.0997.4245.69
HexEE635E063A75612e
Octal16346313601431216514156
Binary11101110011011101111001100011101011101011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EE603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,230,3); }

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

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

 a { background-color: rgb(14,230,3); }

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

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

 span { border-color: rgb(14,230,3); }

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