Html Css Color HEX #0BE028 Free Speech Green

📋 copy color: '#0BE028'

red 11 ◦ green 224 ◦ blue 40

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

Shades of Free Speech Green #0BE028

Tints of Free Speech Green #0BE028

RGB

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

 GREEN value IS 224 (87.89% from 255) = 81.45%

 BLUE value IS 40 (16.02% from 255) = 14.55%

R = 4%
G = 81.45%
B = 14.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#0BE028 (or 0x0BE028) is known color: Free Speech Green. HEX triplet: 0B, E0 and 28. RGB value is (11,224,40). Sum of RGB (Red+Green+Blue) = 11+224+40=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 224 (87.89% from 255 or 81.45% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 224 - color contains mainly: green. Hex color #0BE028 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE028 is #F41FD7. Grayscale: #8B8B8B. Windows color (decimal): -15998936 or 2678795. OLE color: 2678795.

HSL color Cylindrical-coordinate representation of color #0BE028: hue angle of 128.17º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE028 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 11 224 40 -
CMYK 0.95 0 0.82 0.12
HSL 128.17º 0.91% 0.46% -
HSV(B) 128.17º 0.95% 0.88% -
XYZ 27.18 53.54 10.91 -
YUV 139.34 71.93 36.46 -
System Red Green Blue C M Y K H S L
Decimal 11 224 40 0.95 0 0.82 0.12 128.17 0.91 0.46
Hex B E0 28 5F 0 52 C 80 5B 2E
Octal 13 340 50 137 0 122 14 200 133 56
Binary 1011 11100000 101000 1011111 0 1010010 1100 10000000 1011011 101110

Color Harmonies of #0BE028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE028

Black with #0BE028

Text Example


Text Example

White with #0BE028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,224,40); }

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

background-color css

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

 a { background-color: rgb(11,224,40); }

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

border-color css

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

 span { border-color: rgb(11,224,40); }

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