Html Css Color HEX #0BF119 Free Speech Green

📋 copy color: '#0BF119'

red 11 ◦ green 241 ◦ blue 25

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

Shades of Free Speech Green #0BF119

Tints of Free Speech Green #0BF119

RGB

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

 GREEN value IS 241 (94.53% from 255) = 87%

 BLUE value IS 25 (10.16% from 255) = 9.03%

R = 3.97%
G = 87%
B = 9.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#0BF119 (or 0x0BF119) is known color: Free Speech Green. HEX triplet: 0B, F1 and 19. RGB value is (11,241,25). Sum of RGB (Red+Green+Blue) = 11+241+25=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 241 (94.53% from 255 or 87.00% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF119 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF119 is #F40EE6. Grayscale: #949494. Windows color (decimal): -15994599 or 1700107. OLE color: 1700107.

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

Color convert

RGB 11 241 25 -
CMYK 0.95 0 0.90 0.05
HSL 123.65º 0.91% 0.49% -
HSV(B) 123.65º 0.95% 0.95% -
XYZ 31.77 63.05 11.42 -
YUV 147.61 58.8 30.56 -
System Red Green Blue C M Y K H S L
Decimal 11 241 25 0.95 0 0.90 0.05 123.65 0.91 0.49
Hex B F1 19 5F 0 5A 5 7C 5B 31
Octal 13 361 31 137 0 132 5 174 133 61
Binary 1011 11110001 11001 1011111 0 1011010 101 1111100 1011011 110001

Color Harmonies of #0BF119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF119

Black with #0BF119

Text Example


Text Example

White with #0BF119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,241,25); }

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

background-color css

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

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

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

border-color css

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

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

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