#0FFB2B

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

Shades of Free Speech Green #0FFB2B

Tints of Free Speech Green #0FFB2B

Color information

#0FFB2B (or 0x0FFB2B) is unknown color: approx Free Speech Green. HEX triplet: 0F, FB and 2B. RGB value is (15,251,43). Sum of RGB (Red+Green+Blue) = 15+251+43=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 251 (98.44% from 255 or 81.23% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFB2B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFB2B is #F004D4. Grayscale: #9D9D9D. Windows color (decimal): -15729877 or 2882319. OLE color: 2882319.

HSL color Cylindrical-coordinate representation of color #0FFB2B: hue angle of 127.12º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFB2B is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB1525143-
CMYK0.9400.830.02
HSL127.12º96.72%52.16%-
HSV(B)127.12º94.02%98.43%-
XYZ35.1369.2713.8-
YUV156.7263.8126.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.85%
GREEN value IS 251 (98.44% from 255) = 81.23%
BLUE value IS 43 (17.19% from 255) = 13.92%
R=4.85%
G=81.23%
B=13.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal15251430.9400.830.02127.1296.7252.16
HexFFB2B5E05327f6134
Octal17373531360123217714164
Binary1111111110111010111011110010100111011111111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FFB2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,251,43); }

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

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

 a { background-color: rgb(15,251,43); }

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

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

 span { border-color: rgb(15,251,43); }

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