#0EE52E

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

Shades of Free Speech Green #0EE52E

Tints of Free Speech Green #0EE52E

Color information

#0EE52E (or 0x0EE52E) is unknown color: approx Free Speech Green. HEX triplet: 0E, E5 and 2E. RGB value is (14,229,46). Sum of RGB (Red+Green+Blue) = 14+229+46=289 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.84% from 289); Green value is 229 (89.84% from 255 or 79.24% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 229 - color contains mainly: green. Hex color #0EE52E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE52E is #F11AD1. Grayscale: #909090. Windows color (decimal): -15801042 or 3073294. OLE color: 3073294.

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

Color convert

RGB1422946-
CMYK0.9400.800.10
HSL128.93º88.48%47.65%-
HSV(B)128.93º93.89%89.8%-
XYZ28.6956.3311.95-
YUV143.8572.7735.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.84%
GREEN value IS 229 (89.84% from 255) = 79.24%
BLUE value IS 46 (18.36% from 255) = 15.92%
R=4.84%
G=79.24%
B=15.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal14229460.9400.800.10128.9388.4847.65
HexEE52E5E050A815830
Octal163455613601201220113060
Binary1110111001011011101011110010100001010100000011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EE52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,229,46); }

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

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

 a { background-color: rgb(14,229,46); }

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

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

 span { border-color: rgb(14,229,46); }

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