Html Css Color HEX #0BE811 Free Speech Green

📋 copy color: '#0BE811'

red 11 ◦ green 232 ◦ blue 17

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

Shades of Free Speech Green #0BE811

Tints of Free Speech Green #0BE811

RGB

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

 GREEN value IS 232 (91.02% from 255) = 89.23%

 BLUE value IS 17 (7.03% from 255) = 6.54%

R = 4.23%
G = 89.23%
B = 6.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#0BE811 (or 0x0BE811) is known color: Free Speech Green. HEX triplet: 0B, E8 and 11. RGB value is (11,232,17). Sum of RGB (Red+Green+Blue) = 11+232+17=260 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.23% from 260); Green value is 232 (91.02% from 255 or 89.23% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 232 - color contains mainly: green. Hex color #0BE811 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BE811 is #F417EE. Grayscale: #8E8E8E. Windows color (decimal): -15996911 or 1173515. OLE color: 1173515.

HSL color Cylindrical-coordinate representation of color #0BE811: hue angle of 121.63º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE811 is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB 11 232 17 -
CMYK 0.95 0 0.93 0.09
HSL 121.63º 0.91% 0.48% -
HSV(B) 121.63º 0.95% 0.91% -
XYZ 29.1 57.82 10.16 -
YUV 141.41 57.78 34.98 -
System Red Green Blue C M Y K H S L
Decimal 11 232 17 0.95 0 0.93 0.09 121.63 0.91 0.48
Hex B E8 11 5F 0 5D 9 7A 5B 30
Octal 13 350 21 137 0 135 11 172 133 60
Binary 1011 11101000 10001 1011111 0 1011101 1001 1111010 1011011 110000

Color Harmonies of #0BE811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE811

Black with #0BE811

Text Example


Text Example

White with #0BE811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,232,17); }

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

background-color css

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

 a { background-color: rgb(11,232,17); }

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

border-color css

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

 span { border-color: rgb(11,232,17); }

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