Html Css Color HEX #0BEE13 Free Speech Green

📋 copy color: '#0BEE13'

red 11 ◦ green 238 ◦ blue 19

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

Shades of Free Speech Green #0BEE13

Tints of Free Speech Green #0BEE13

RGB

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

 GREEN value IS 238 (93.36% from 255) = 88.81%

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 4.1%
G = 88.81%
B = 7.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#0BEE13 (or 0x0BEE13) is known color: Free Speech Green. HEX triplet: 0B, EE and 13. RGB value is (11,238,19). Sum of RGB (Red+Green+Blue) = 11+238+19=268 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.10% from 268); Green value is 238 (93.36% from 255 or 88.81% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 238 - color contains mainly: green. Hex color #0BEE13 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BEE13 is #F411EC. Grayscale: #919191. Windows color (decimal): -15995373 or 1306123. OLE color: 1306123.

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

Color convert

RGB 11 238 19 -
CMYK 0.95 0 0.92 0.07
HSL 122.11º 0.91% 0.49% -
HSV(B) 122.11º 0.95% 0.93% -
XYZ 30.83 61.27 10.82 -
YUV 145.16 56.79 32.31 -
System Red Green Blue C M Y K H S L
Decimal 11 238 19 0.95 0 0.92 0.07 122.11 0.91 0.49
Hex B EE 13 5F 0 5C 7 7A 5B 31
Octal 13 356 23 137 0 134 7 172 133 61
Binary 1011 11101110 10011 1011111 0 1011100 111 1111010 1011011 110001

Color Harmonies of #0BEE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEE13

Black with #0BEE13

Text Example


Text Example

White with #0BEE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,238,19); }

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

background-color css

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

 a { background-color: rgb(11,238,19); }

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

border-color css

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

 span { border-color: rgb(11,238,19); }

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