Html Css Color HEX #0EEB02 Free Speech Green

📋 copy color: '#0EEB02'

red 14 ◦ green 235 ◦ blue 2

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

Shades of Free Speech Green #0EEB02

Tints of Free Speech Green #0EEB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 5.58%
G = 93.63%
B = 0.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#0EEB02 (or 0x0EEB02) is known color: Free Speech Green. HEX triplet: 0E, EB and 02. RGB value is (14,235,2). Sum of RGB (Red+Green+Blue) = 14+235+2=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 235 (92.19% from 255 or 93.63% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEB02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EEB02 is #F114FD. Grayscale: #8F8F8F. Windows color (decimal): -15799550 or 191246. OLE color: 191246.

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

Color convert

RGB 14 235 2 -
CMYK 0.94 0 0.99 0.08
HSL 116.91º 0.98% 0.46% -
HSV(B) 116.91º 0.99% 0.92% -
XYZ 29.9 59.51 9.97 -
YUV 142.36 48.78 36.45 -
System Red Green Blue C M Y K H S L
Decimal 14 235 2 0.94 0 0.99 0.08 116.91 0.98 0.46
Hex E EB 2 5E 0 63 8 75 62 2E
Octal 16 353 2 136 0 143 10 165 142 56
Binary 1110 11101011 10 1011110 0 1100011 1000 1110101 1100010 101110

Color Harmonies of #0EEB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEB02

Black with #0EEB02

Text Example


Text Example

White with #0EEB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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