Html Css Color HEX #0BFA25 Free Speech Green

📋 copy color: '#0BFA25'

red 11 ◦ green 250 ◦ blue 37

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

Shades of Free Speech Green #0BFA25

Tints of Free Speech Green #0BFA25

RGB

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

 GREEN value IS 250 (98.05% from 255) = 83.89%

 BLUE value IS 37 (14.84% from 255) = 12.42%

R = 3.69%
G = 83.89%
B = 12.42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#0BFA25 (or 0x0BFA25) is known color: Free Speech Green. HEX triplet: 0B, FA and 25. RGB value is (11,250,37). Sum of RGB (Red+Green+Blue) = 11+250+37=298 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.69% from 298); Green value is 250 (98.05% from 255 or 83.89% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA25 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFA25 is #F405DA. Grayscale: #9A9A9A. Windows color (decimal): -15992283 or 2488843. OLE color: 2488843.

HSL color Cylindrical-coordinate representation of color #0BFA25: hue angle of 126.53º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFA25 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 250 37 -
CMYK 0.96 0 0.85 0.02
HSL 126.53º 0.96% 0.51% -
HSV(B) 126.53º 0.96% 0.98% -
XYZ 34.66 68.58 13.16 -
YUV 154.26 61.82 25.82 -
System Red Green Blue C M Y K H S L
Decimal 11 250 37 0.96 0 0.85 0.02 126.53 0.96 0.51
Hex B FA 25 60 0 55 2 7F 60 33
Octal 13 372 45 140 0 125 2 177 140 63
Binary 1011 11111010 100101 1100000 0 1010101 10 1111111 1100000 110011

Color Harmonies of #0BFA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFA25

Black with #0BFA25

Text Example


Text Example

White with #0BFA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,250,37); }

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

background-color css

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

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

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

border-color css

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

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

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