Html Css Color HEX #0BE40B Free Speech Green

📋 copy color: '#0BE40B'

red 11 ◦ green 228 ◦ blue 11

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

Shades of Free Speech Green #0BE40B

Tints of Free Speech Green #0BE40B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 91.2%

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

R = 4.4%
G = 91.2%
B = 4.4%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#0BE40B (or 0x0BE40B) is known color: Free Speech Green. HEX triplet: 0B, E4 and 0B. RGB value is (11,228,11). Sum of RGB (Red+Green+Blue) = 11+228+11=250 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.4% from 250); Green value is 228 (89.45% from 255 or 91.2% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE40B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BE40B is #F41BF4. Grayscale: #8B8B8B. Windows color (decimal): -15997941 or 779275. OLE color: 779275.

HSL color Cylindrical-coordinate representation of color #0BE40B: hue angle of 120º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE40B is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 11 228 11 -
CMYK 0.95 0 0.95 0.11
HSL 120º 0.91% 0.47% -
HSV(B) 120º 0.95% 0.89% -
XYZ 27.94 55.58 9.57 -
YUV 138.38 56.11 37.14 -
System Red Green Blue C M Y K H S L
Decimal 11 228 11 0.95 0 0.95 0.11 120 0.91 0.47
Hex B E4 B 5F 0 5F B 78 5B 2F
Octal 13 344 13 137 0 137 13 170 133 57
Binary 1011 11100100 1011 1011111 0 1011111 1011 1111000 1011011 101111

Color Harmonies of #0BE40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE40B

Black with #0BE40B

Text Example


Text Example

White with #0BE40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,228,11); }

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

background-color css

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

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

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

border-color css

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

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

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