Html Css Color HEX #0FEB03 Free Speech Green

📋 copy color: '#0FEB03'

red 15 ◦ green 235 ◦ blue 3

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

Shades of Free Speech Green #0FEB03

Tints of Free Speech Green #0FEB03

RGB

 RED value IS 15 (6.25% from 255) = 5.93%

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

 BLUE value IS 3 (1.56% from 255) = 1.19%

R = 5.93%
G = 92.89%
B = 1.19%

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

#0FEB03 (or 0x0FEB03) is known color: Free Speech Green. HEX triplet: 0F, EB and 03. RGB value is (15,235,3). Sum of RGB (Red+Green+Blue) = 15+235+3=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 235 (92.19% from 255 or 92.89% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEB03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FEB03 is #F014FC. Grayscale: #8F8F8F. Windows color (decimal): -15734013 or 256783. OLE color: 256783.

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

Color convert

RGB 15 235 3 -
CMYK 0.94 0 0.99 0.08
HSL 116.9º 0.97% 0.47% -
HSV(B) 116.9º 0.99% 0.92% -
XYZ 29.92 59.52 10 -
YUV 142.77 49.11 36.86 -
System Red Green Blue C M Y K H S L
Decimal 15 235 3 0.94 0 0.99 0.08 116.9 0.97 0.47
Hex F EB 3 5E 0 63 8 75 61 2F
Octal 17 353 3 136 0 143 10 165 141 57
Binary 1111 11101011 11 1011110 0 1100011 1000 1110101 1100001 101111

Color Harmonies of #0FEB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEB03

Black with #0FEB03

Text Example


Text Example

White with #0FEB03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,235,3); }

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

background-color css

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

 a { background-color: rgb(15,235,3); }

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

border-color css

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

 span { border-color: rgb(15,235,3); }

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