Html Css Color HEX #0ED30B Free Speech Green

📋 copy color: '#0ED30B'

red 14 ◦ green 211 ◦ blue 11

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

Shades of Free Speech Green #0ED30B

Tints of Free Speech Green #0ED30B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.66%

R = 5.93%
G = 89.41%
B = 4.66%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#0ED30B (or 0x0ED30B) is known color: Free Speech Green. HEX triplet: 0E, D3 and 0B. RGB value is (14,211,11). Sum of RGB (Red+Green+Blue) = 14+211+11=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 211 (82.81% from 255 or 89.41% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 211 - color contains mainly: green. Hex color #0ED30B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED30B is #F12CF4. Grayscale: #818181. Windows color (decimal): -15805685 or 774926. OLE color: 774926.

HSL color Cylindrical-coordinate representation of color #0ED30B: hue angle of 119.1º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ED30B is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 14 211 11 -
CMYK 0.93 0 0.95 0.17
HSL 119.1º 0.9% 0.44% -
HSV(B) 119.1º 0.95% 0.83% -
XYZ 23.54 46.71 8.09 -
YUV 129.3 61.23 45.76 -
System Red Green Blue C M Y K H S L
Decimal 14 211 11 0.93 0 0.95 0.17 119.1 0.9 0.44
Hex E D3 B 5D 0 5F 11 77 5A 2C
Octal 16 323 13 135 0 137 21 167 132 54
Binary 1110 11010011 1011 1011101 0 1011111 10001 1110111 1011010 101100

Color Harmonies of #0ED30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED30B

Black with #0ED30B

Text Example


Text Example

White with #0ED30B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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