Html Css Color HEX #0EDF21 Free Speech Green

📋 copy color: '#0EDF21'

red 14 ◦ green 223 ◦ blue 33

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

Shades of Free Speech Green #0EDF21

Tints of Free Speech Green #0EDF21

RGB

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

 GREEN value IS 223 (87.5% from 255) = 82.59%

 BLUE value IS 33 (13.28% from 255) = 12.22%

R = 5.19%
G = 82.59%
B = 12.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#0EDF21 (or 0x0EDF21) is known color: Free Speech Green. HEX triplet: 0E, DF and 21. RGB value is (14,223,33). Sum of RGB (Red+Green+Blue) = 14+223+33=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 223 (87.5% from 255 or 82.59% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDF21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDF21 is #F120DE. Grayscale: #8B8B8B. Windows color (decimal): -15802591 or 2219790. OLE color: 2219790.

HSL color Cylindrical-coordinate representation of color #0EDF21: hue angle of 125.45º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDF21 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 223 33 -
CMYK 0.94 0 0.85 0.13
HSL 125.45º 0.88% 0.46% -
HSV(B) 125.45º 0.94% 0.87% -
XYZ 26.84 52.98 10.25 -
YUV 138.85 68.26 38.95 -
System Red Green Blue C M Y K H S L
Decimal 14 223 33 0.94 0 0.85 0.13 125.45 0.88 0.46
Hex E DF 21 5E 0 55 D 7D 58 2E
Octal 16 337 41 136 0 125 15 175 130 56
Binary 1110 11011111 100001 1011110 0 1010101 1101 1111101 1011000 101110

Color Harmonies of #0EDF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDF21

Black with #0EDF21

Text Example


Text Example

White with #0EDF21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,223,33); }

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

background-color css

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

 a { background-color: rgb(14,223,33); }

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

border-color css

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

 span { border-color: rgb(14,223,33); }

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