Html Css Color HEX #0BDF0E Free Speech Green

📋 copy color: '#0BDF0E'

red 11 ◦ green 223 ◦ blue 14

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

Shades of Free Speech Green #0BDF0E

Tints of Free Speech Green #0BDF0E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 89.92%

 BLUE value IS 14 (5.86% from 255) = 5.65%

R = 4.44%
G = 89.92%
B = 5.65%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#0BDF0E (or 0x0BDF0E) is known color: Free Speech Green. HEX triplet: 0B, DF and 0E. RGB value is (11,223,14). Sum of RGB (Red+Green+Blue) = 11+223+14=248 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.44% from 248); Green value is 223 (87.5% from 255 or 89.92% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDF0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BDF0E is #F420F1. Grayscale: #888888. Windows color (decimal): -15999218 or 974603. OLE color: 974603.

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

Color convert

RGB 11 223 14 -
CMYK 0.95 0 0.94 0.13
HSL 120.85º 0.91% 0.46% -
HSV(B) 120.85º 0.95% 0.87% -
XYZ 26.6 52.88 9.22 -
YUV 135.79 59.26 38.99 -
System Red Green Blue C M Y K H S L
Decimal 11 223 14 0.95 0 0.94 0.13 120.85 0.91 0.46
Hex B DF E 5F 0 5E D 79 5B 2E
Octal 13 337 16 137 0 136 15 171 133 56
Binary 1011 11011111 1110 1011111 0 1011110 1101 1111001 1011011 101110

Color Harmonies of #0BDF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDF0E

Black with #0BDF0E

Text Example


Text Example

White with #0BDF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,223,14); }

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

background-color css

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

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

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

border-color css

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

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

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