Html Css Color HEX #0EEB05 Free Speech Green

📋 copy color: '#0EEB05'

red 14 ◦ green 235 ◦ blue 5

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

Shades of Free Speech Green #0EEB05

Tints of Free Speech Green #0EEB05

RGB

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

 GREEN value IS 235 (92.19% from 255) = 92.52%

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

R = 5.51%
G = 92.52%
B = 1.97%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#0EEB05 (or 0x0EEB05) is known color: Free Speech Green. HEX triplet: 0E, EB and 05. RGB value is (14,235,5). Sum of RGB (Red+Green+Blue) = 14+235+5=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 235 (92.19% from 255 or 92.52% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEB05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EEB05 is #F114FA. Grayscale: #8F8F8F. Windows color (decimal): -15799547 or 387854. OLE color: 387854.

HSL color Cylindrical-coordinate representation of color #0EEB05: hue angle of 117.65º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0EEB05 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 235 5 -
CMYK 0.94 0 0.98 0.08
HSL 117.65º 0.96% 0.47% -
HSV(B) 117.65º 0.98% 0.92% -
XYZ 29.92 59.52 10.06 -
YUV 142.7 50.28 36.2 -
System Red Green Blue C M Y K H S L
Decimal 14 235 5 0.94 0 0.98 0.08 117.65 0.96 0.47
Hex E EB 5 5E 0 62 8 76 60 2F
Octal 16 353 5 136 0 142 10 166 140 57
Binary 1110 11101011 101 1011110 0 1100010 1000 1110110 1100000 101111

Color Harmonies of #0EEB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEB05

Black with #0EEB05

Text Example


Text Example

White with #0EEB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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