Html Css Color HEX #0EED2F Free Speech Green

📋 copy color: '#0EED2F'

red 14 ◦ green 237 ◦ blue 47

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

Shades of Free Speech Green #0EED2F

Tints of Free Speech Green #0EED2F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 79.53%

 BLUE value IS 47 (18.75% from 255) = 15.77%

R = 4.7%
G = 79.53%
B = 15.77%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#0EED2F (or 0x0EED2F) is known color: Free Speech Green. HEX triplet: 0E, ED and 2F. RGB value is (14,237,47). Sum of RGB (Red+Green+Blue) = 14+237+47=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 237 (92.97% from 255 or 79.53% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 237 - color contains mainly: green. Hex color #0EED2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EED2F is #F112D0. Grayscale: #959595. Windows color (decimal): -15798993 or 3140878. OLE color: 3140878.

HSL color Cylindrical-coordinate representation of color #0EED2F: hue angle of 128.88º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EED2F is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 14 237 47 -
CMYK 0.94 0 0.80 0.07
HSL 128.88º 0.89% 0.49% -
HSV(B) 128.88º 0.94% 0.93% -
XYZ 30.98 60.87 12.81 -
YUV 148.66 70.62 31.95 -
System Red Green Blue C M Y K H S L
Decimal 14 237 47 0.94 0 0.80 0.07 128.88 0.89 0.49
Hex E ED 2F 5E 0 50 7 81 59 31
Octal 16 355 57 136 0 120 7 201 131 61
Binary 1110 11101101 101111 1011110 0 1010000 111 10000001 1011001 110001

Color Harmonies of #0EED2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EED2F

Black with #0EED2F

Text Example


Text Example

White with #0EED2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,237,47); }

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

background-color css

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

 a { background-color: rgb(14,237,47); }

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

border-color css

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

 span { border-color: rgb(14,237,47); }

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