#0BEB00

Color #0BEB00 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #0BEB00

Tints of Free Speech Green #0BEB00

Color information

#0BEB00 (or 0x0BEB00) is unknown color: approx Free Speech Green. HEX triplet: 0B, EB and 00. RGB value is (11,235,0). Sum of RGB (Red+Green+Blue) = 11+235+0=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 235 (92.19% from 255 or 95.53% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEB00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BEB00 is #F414FF. Grayscale: #8D8D8D. Windows color (decimal): -15996160 or 60171. OLE color: 60171.

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

Color convert

RGB112350-
CMYK0.95010.08
HSL117.19º100%46.08%-
HSV(B)117.19º100%92.16%-
XYZ29.8559.499.91-
YUV141.2348.2935.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.47%
GREEN value IS 235 (92.19% from 255) = 95.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=4.47%
G=95.53%
B=0%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1123500.95010.08117.1910046.08
HexBEB05F064875642e
Octal13353013701441016514456
Binary1011111010110101111101100100100011101011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BEB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,235,0); }

 H1.HeaderClassName
 {
   color: #0BEB00;
 }
 .AnyTagClassName
 {
   color: #0BEB00;
 }
</style>
background-color css

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

 a { background-color: rgb(11,235,0); }

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

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

 span { border-color: rgb(11,235,0); }

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