Html Css Color HEX #0ED301 Free Speech Green

📋 copy color: '#0ED301'

red 14 ◦ green 211 ◦ blue 1

#0ED301
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #0ED301

Tints of Free Speech Green #0ED301

RGB

 RED value IS 14 (5.86% from 255) = 6.19%

 GREEN value IS 211 (82.81% from 255) = 93.36%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 6.19%
G = 93.36%
B = 0.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#0ED301 (or 0x0ED301) is known color: Free Speech Green. HEX triplet: 0E, D3 and 01. RGB value is (14,211,1). Sum of RGB (Red+Green+Blue) = 14+211+1=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 211 (82.81% from 255 or 93.36% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 211 - color contains mainly: green. Hex color #0ED301 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED301 is #F12CFE. Grayscale: #808080. Windows color (decimal): -15805695 or 119566. OLE color: 119566.

HSL color Cylindrical-coordinate representation of color #0ED301: hue angle of 116.29º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0ED301 is Cyan = 0.93, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 14 211 1 -
CMYK 0.93 0 1.00 0.17
HSL 116.29º 0.99% 0.42% -
HSV(B) 116.29º 1% 0.83% -
XYZ 23.48 46.68 7.8 -
YUV 128.16 56.23 46.58 -
System Red Green Blue C M Y K H S L
Decimal 14 211 1 0.93 0 1.00 0.17 116.29 0.99 0.42
Hex E D3 1 5D 0 64 11 74 63 2A
Octal 16 323 1 135 0 144 21 164 143 52
Binary 1110 11010011 1 1011101 0 1100100 10001 1110100 1100011 101010

Color Harmonies of #0ED301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED301

Black with #0ED301

Text Example


Text Example

White with #0ED301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,211,1); }

 H1.HeaderClassName
 {
   color: #0ED301;
 }
 .AnyTagClassName
 {
   color: #0ED301;
 }
</style>

background-color css

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

 a { background-color: rgb(14,211,1); }

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

border-color css

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

 span { border-color: rgb(14,211,1); }

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