Html Css Color HEX #0EDB25 Free Speech Green

📋 copy color: '#0EDB25'

red 14 ◦ green 219 ◦ blue 37

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

Shades of Free Speech Green #0EDB25

Tints of Free Speech Green #0EDB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.7%

R = 5.19%
G = 81.11%
B = 13.7%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#0EDB25 (or 0x0EDB25) is known color: Free Speech Green. HEX triplet: 0E, DB and 25. RGB value is (14,219,37). Sum of RGB (Red+Green+Blue) = 14+219+37=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 219 (85.94% from 255 or 81.11% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDB25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDB25 is #F124DA. Grayscale: #898989. Windows color (decimal): -15803611 or 2480910. OLE color: 2480910.

HSL color Cylindrical-coordinate representation of color #0EDB25: hue angle of 126.73º 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 #0EDB25 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 219 37 -
CMYK 0.94 0 0.83 0.14
HSL 126.73º 0.88% 0.46% -
HSV(B) 126.73º 0.94% 0.86% -
XYZ 25.85 50.89 10.21 -
YUV 136.96 71.58 40.3 -
System Red Green Blue C M Y K H S L
Decimal 14 219 37 0.94 0 0.83 0.14 126.73 0.88 0.46
Hex E DB 25 5E 0 53 E 7F 58 2E
Octal 16 333 45 136 0 123 16 177 130 56
Binary 1110 11011011 100101 1011110 0 1010011 1110 1111111 1011000 101110

Color Harmonies of #0EDB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDB25

Black with #0EDB25

Text Example


Text Example

White with #0EDB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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