Html Css Color HEX #0BEB04 Free Speech Green

📋 copy color: '#0BEB04'

red 11 ◦ green 235 ◦ blue 4

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

Shades of Free Speech Green #0BEB04

Tints of Free Speech Green #0BEB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.6%

R = 4.4%
G = 94%
B = 1.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#0BEB04 (or 0x0BEB04) is known color: Free Speech Green. HEX triplet: 0B, EB and 04. RGB value is (11,235,4). Sum of RGB (Red+Green+Blue) = 11+235+4=250 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.4% from 250); Green value is 235 (92.19% from 255 or 94% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEB04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BEB04 is #F414FB. Grayscale: #8E8E8E. Windows color (decimal): -15996156 or 322315. OLE color: 322315.

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

Color convert

RGB 11 235 4 -
CMYK 0.95 0 0.98 0.08
HSL 118.18º 0.97% 0.47% -
HSV(B) 118.18º 0.98% 0.92% -
XYZ 29.87 59.5 10.02 -
YUV 141.69 50.29 34.78 -
System Red Green Blue C M Y K H S L
Decimal 11 235 4 0.95 0 0.98 0.08 118.18 0.97 0.47
Hex B EB 4 5F 0 62 8 76 61 2F
Octal 13 353 4 137 0 142 10 166 141 57
Binary 1011 11101011 100 1011111 0 1100010 1000 1110110 1100001 101111

Color Harmonies of #0BEB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEB04

Black with #0BEB04

Text Example


Text Example

White with #0BEB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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