Html Css Color HEX #0EE420 Free Speech Green

📋 copy color: '#0EE420'

red 14 ◦ green 228 ◦ blue 32

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

Shades of Free Speech Green #0EE420

Tints of Free Speech Green #0EE420

RGB

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

 GREEN value IS 228 (89.45% from 255) = 83.21%

 BLUE value IS 32 (12.89% from 255) = 11.68%

R = 5.11%
G = 83.21%
B = 11.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#0EE420 (or 0x0EE420) is known color: Free Speech Green. HEX triplet: 0E, E4 and 20. RGB value is (14,228,32). Sum of RGB (Red+Green+Blue) = 14+228+32=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 228 (89.45% from 255 or 83.21% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 228 - color contains mainly: green. Hex color #0EE420 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE420 is #F11BDF. Grayscale: #8E8E8E. Windows color (decimal): -15801312 or 2155534. OLE color: 2155534.

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

Color convert

RGB 14 228 32 -
CMYK 0.94 0 0.86 0.11
HSL 125.05º 0.88% 0.47% -
HSV(B) 125.05º 0.94% 0.89% -
XYZ 28.19 55.68 10.63 -
YUV 141.67 66.1 36.94 -
System Red Green Blue C M Y K H S L
Decimal 14 228 32 0.94 0 0.86 0.11 125.05 0.88 0.47
Hex E E4 20 5E 0 56 B 7D 58 2F
Octal 16 344 40 136 0 126 13 175 130 57
Binary 1110 11100100 100000 1011110 0 1010110 1011 1111101 1011000 101111

Color Harmonies of #0EE420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE420

Black with #0EE420

Text Example


Text Example

White with #0EE420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,228,32); }

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

background-color css

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

 a { background-color: rgb(14,228,32); }

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

border-color css

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

 span { border-color: rgb(14,228,32); }

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