Html Css Color HEX #0EDB24 Free Speech Green

📋 copy color: '#0EDB24'

red 14 ◦ green 219 ◦ blue 36

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

Shades of Free Speech Green #0EDB24

Tints of Free Speech Green #0EDB24

RGB

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

 GREEN value IS 219 (85.94% from 255) = 81.41%

 BLUE value IS 36 (14.45% from 255) = 13.38%

R = 5.2%
G = 81.41%
B = 13.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#0EDB24 (or 0x0EDB24) is known color: Free Speech Green. HEX triplet: 0E, DB and 24. RGB value is (14,219,36). Sum of RGB (Red+Green+Blue) = 14+219+36=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 219 (85.94% from 255 or 81.41% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDB24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDB24 is #F124DB. Grayscale: #898989. Windows color (decimal): -15803612 or 2415374. OLE color: 2415374.

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

Color convert

RGB 14 219 36 -
CMYK 0.94 0 0.84 0.14
HSL 126.44º 0.88% 0.46% -
HSV(B) 126.44º 0.94% 0.86% -
XYZ 25.83 50.88 10.13 -
YUV 136.84 71.08 40.38 -
System Red Green Blue C M Y K H S L
Decimal 14 219 36 0.94 0 0.84 0.14 126.44 0.88 0.46
Hex E DB 24 5E 0 54 E 7E 58 2E
Octal 16 333 44 136 0 124 16 176 130 56
Binary 1110 11011011 100100 1011110 0 1010100 1110 1111110 1011000 101110

Color Harmonies of #0EDB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDB24

Black with #0EDB24

Text Example


Text Example

White with #0EDB24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,219,36); }

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

background-color css

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

 a { background-color: rgb(14,219,36); }

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

border-color css

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

 span { border-color: rgb(14,219,36); }

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