Html Css Color HEX #0BEB21 Free Speech Green

📋 copy color: '#0BEB21'

red 11 ◦ green 235 ◦ blue 33

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

Shades of Free Speech Green #0BEB21

Tints of Free Speech Green #0BEB21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.83%

R = 3.94%
G = 84.23%
B = 11.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#0BEB21 (or 0x0BEB21) is known color: Free Speech Green. HEX triplet: 0B, EB and 21. RGB value is (11,235,33). Sum of RGB (Red+Green+Blue) = 11+235+33=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 235 (92.19% from 255 or 84.23% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEB21 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BEB21 is #F414DE. Grayscale: #919191. Windows color (decimal): -15996127 or 2222859. OLE color: 2222859.

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

Color convert

RGB 11 235 33 -
CMYK 0.95 0 0.86 0.08
HSL 125.89º 0.91% 0.48% -
HSV(B) 125.89º 0.95% 0.92% -
XYZ 30.12 59.6 11.35 -
YUV 145 64.79 32.43 -
System Red Green Blue C M Y K H S L
Decimal 11 235 33 0.95 0 0.86 0.08 125.89 0.91 0.48
Hex B EB 21 5F 0 56 8 7E 5B 30
Octal 13 353 41 137 0 126 10 176 133 60
Binary 1011 11101011 100001 1011111 0 1010110 1000 1111110 1011011 110000

Color Harmonies of #0BEB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEB21

Black with #0BEB21

Text Example


Text Example

White with #0BEB21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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