Html Css Color HEX #0EFB05 Free Speech Green

📋 copy color: '#0EFB05'

red 14 ◦ green 251 ◦ blue 5

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

Shades of Free Speech Green #0EFB05

Tints of Free Speech Green #0EFB05

RGB

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

 GREEN value IS 251 (98.44% from 255) = 92.96%

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 5.19%
G = 92.96%
B = 1.85%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#0EFB05 (or 0x0EFB05) is known color: Free Speech Green. HEX triplet: 0E, FB and 05. RGB value is (14,251,5). Sum of RGB (Red+Green+Blue) = 14+251+5=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 251 (98.44% from 255 or 92.96% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFB05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EFB05 is #F104FA. Grayscale: #989898. Windows color (decimal): -15795451 or 391950. OLE color: 391950.

HSL color Cylindrical-coordinate representation of color #0EFB05: hue angle of 117.8º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0EFB05 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 14 251 5 -
CMYK 0.94 0 0.98 0.02
HSL 117.8º 0.97% 0.5% -
HSV(B) 117.8º 0.98% 0.98% -
XYZ 34.71 69.1 11.65 -
YUV 152.09 44.98 29.5 -
System Red Green Blue C M Y K H S L
Decimal 14 251 5 0.94 0 0.98 0.02 117.8 0.97 0.5
Hex E FB 5 5E 0 62 2 76 61 32
Octal 16 373 5 136 0 142 2 166 141 62
Binary 1110 11111011 101 1011110 0 1100010 10 1110110 1100001 110010

Color Harmonies of #0EFB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFB05

Black with #0EFB05

Text Example


Text Example

White with #0EFB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,251,5); }

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

background-color css

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

 a { background-color: rgb(14,251,5); }

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

border-color css

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

 span { border-color: rgb(14,251,5); }

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