Html Css Color HEX #0ED41F Free Speech Green

📋 copy color: '#0ED41F'

red 14 ◦ green 212 ◦ blue 31

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

Shades of Free Speech Green #0ED41F

Tints of Free Speech Green #0ED41F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 82.49%

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 5.45%
G = 82.49%
B = 12.06%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#0ED41F (or 0x0ED41F) is known color: Free Speech Green. HEX triplet: 0E, D4 and 1F. RGB value is (14,212,31). Sum of RGB (Red+Green+Blue) = 14+212+31=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 212 (83.20% from 255 or 82.49% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 212 - color contains mainly: green. Hex color #0ED41F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED41F is #F12BE0. Grayscale: #848484. Windows color (decimal): -15805409 or 2085902. OLE color: 2085902.

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

Color convert

RGB 14 212 31 -
CMYK 0.93 0 0.85 0.17
HSL 125.15º 0.88% 0.44% -
HSV(B) 125.15º 0.93% 0.83% -
XYZ 23.97 47.28 9.16 -
YUV 132.16 70.9 43.72 -
System Red Green Blue C M Y K H S L
Decimal 14 212 31 0.93 0 0.85 0.17 125.15 0.88 0.44
Hex E D4 1F 5D 0 55 11 7D 58 2C
Octal 16 324 37 135 0 125 21 175 130 54
Binary 1110 11010100 11111 1011101 0 1010101 10001 1111101 1011000 101100

Color Harmonies of #0ED41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED41F

Black with #0ED41F

Text Example


Text Example

White with #0ED41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,212,31); }

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

background-color css

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

 a { background-color: rgb(14,212,31); }

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

border-color css

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

 span { border-color: rgb(14,212,31); }

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