#0BFB30

Color #0BFB30 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #0BFB30

Tints of Free Speech Green #0BFB30

Color information

#0BFB30 (or 0x0BFB30) is unknown color: approx Free Speech Green. HEX triplet: 0B, FB and 30. RGB value is (11,251,48). Sum of RGB (Red+Green+Blue) = 11+251+48=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 251 (98.44% from 255 or 80.97% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFB30 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFB30 is #F404CF. Grayscale: #9C9C9C. Windows color (decimal): -15992016 or 3209995. OLE color: 3209995.

HSL color Cylindrical-coordinate representation of color #0BFB30: hue angle of 129.25º degrees, saturation: 0.97, 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 #0BFB30 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB1125148-
CMYK0.9600.810.02
HSL129.25º96.77%51.37%-
HSV(B)129.25º95.62%98.43%-
XYZ35.1769.2814.31-
YUV156.166.9924.51-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.55%
GREEN value IS 251 (98.44% from 255) = 80.97%
BLUE value IS 48 (19.14% from 255) = 15.48%
R=3.55%
G=80.97%
B=15.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal11251480.9600.810.02129.2596.7751.37
HexBFB30600512816133
Octal13373601400121220114163
Binary10111111101111000011000000101000110100000011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BFB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,251,48); }

 H1.HeaderClassName
 {
   color: #0BFB30;
 }
 .AnyTagClassName
 {
   color: #0BFB30;
 }
</style>
background-color css

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

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

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

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

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

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