#0EEB03

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

Shades of Free Speech Green #0EEB03

Tints of Free Speech Green #0EEB03

Color information

#0EEB03 (or 0x0EEB03) is unknown color: approx Free Speech Green. HEX triplet: 0E, EB and 03. RGB value is (14,235,3). Sum of RGB (Red+Green+Blue) = 14+235+3=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 235 (92.19% from 255 or 93.25% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEB03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EEB03 is #F114FC. Grayscale: #8F8F8F. Windows color (decimal): -15799549 or 256782. OLE color: 256782.

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

Color convert

RGB142353-
CMYK0.9400.990.08
HSL117.16º97.48%46.67%-
HSV(B)117.16º98.72%92.16%-
XYZ29.9159.5210-
YUV142.4749.2836.36-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.56%
GREEN value IS 235 (92.19% from 255) = 93.25%
BLUE value IS 3 (1.56% from 255) = 1.19%
R=5.56%
G=93.25%
B=1.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1423530.9400.990.08117.1697.4846.67
HexEEB35E063875612f
Octal16353313601431016514157
Binary11101110101111101111001100011100011101011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EEB03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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