Html Css Color HEX #0BE001 Free Speech Green

📋 copy color: '#0BE001'

red 11 ◦ green 224 ◦ blue 1

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

Shades of Free Speech Green #0BE001

Tints of Free Speech Green #0BE001

RGB

 RED value IS 11 (4.69% from 255) = 4.66%

 GREEN value IS 224 (87.89% from 255) = 94.92%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 4.66%
G = 94.92%
B = 0.42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#0BE001 (or 0x0BE001) is known color: Free Speech Green. HEX triplet: 0B, E0 and 01. RGB value is (11,224,1). Sum of RGB (Red+Green+Blue) = 11+224+1=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 224 (87.89% from 255 or 94.92% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 224 - color contains mainly: green. Hex color #0BE001 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BE001 is #F41FFE. Grayscale: #878787. Windows color (decimal): -15998975 or 122891. OLE color: 122891.

HSL color Cylindrical-coordinate representation of color #0BE001: hue angle of 117.31º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0BE001 is Cyan = 0.95, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 11 224 1 -
CMYK 0.95 0 1.00 0.12
HSL 117.31º 0.99% 0.44% -
HSV(B) 117.31º 1% 0.88% -
XYZ 26.8 53.38 8.92 -
YUV 134.89 52.43 39.63 -
System Red Green Blue C M Y K H S L
Decimal 11 224 1 0.95 0 1.00 0.12 117.31 0.99 0.44
Hex B E0 1 5F 0 64 C 75 63 2C
Octal 13 340 1 137 0 144 14 165 143 54
Binary 1011 11100000 1 1011111 0 1100100 1100 1110101 1100011 101100

Color Harmonies of #0BE001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE001

Black with #0BE001

Text Example


Text Example

White with #0BE001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,224,1); }

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

background-color css

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

 a { background-color: rgb(11,224,1); }

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

border-color css

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

 span { border-color: rgb(11,224,1); }

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