Html Css Color HEX #0BDF15 Free Speech Green

📋 copy color: '#0BDF15'

red 11 ◦ green 223 ◦ blue 21

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

Shades of Free Speech Green #0BDF15

Tints of Free Speech Green #0BDF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.24%

R = 4.31%
G = 87.45%
B = 8.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#0BDF15 (or 0x0BDF15) is known color: Free Speech Green. HEX triplet: 0B, DF and 15. RGB value is (11,223,21). Sum of RGB (Red+Green+Blue) = 11+223+21=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 223 (87.5% from 255 or 87.45% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDF15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BDF15 is #F420EA. Grayscale: #898989. Windows color (decimal): -15999211 or 1433355. OLE color: 1433355.

HSL color Cylindrical-coordinate representation of color #0BDF15: hue angle of 122.83º 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 #0BDF15 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 223 21 -
CMYK 0.95 0 0.91 0.13
HSL 122.83º 0.91% 0.46% -
HSV(B) 122.83º 0.95% 0.87% -
XYZ 26.66 52.9 9.52 -
YUV 136.58 62.76 38.43 -
System Red Green Blue C M Y K H S L
Decimal 11 223 21 0.95 0 0.91 0.13 122.83 0.91 0.46
Hex B DF 15 5F 0 5B D 7B 5B 2E
Octal 13 337 25 137 0 133 15 173 133 56
Binary 1011 11011111 10101 1011111 0 1011011 1101 1111011 1011011 101110

Color Harmonies of #0BDF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDF15

Black with #0BDF15

Text Example


Text Example

White with #0BDF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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