#0FFC2B

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

Shades of Free Speech Green #0FFC2B

Tints of Free Speech Green #0FFC2B

Color information

#0FFC2B (or 0x0FFC2B) is unknown color: approx Free Speech Green. HEX triplet: 0F, FC and 2B. RGB value is (15,252,43). Sum of RGB (Red+Green+Blue) = 15+252+43=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 252 (98.83% from 255 or 81.29% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFC2B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFC2B is #F003D4. Grayscale: #9D9D9D. Windows color (decimal): -15729621 or 2882575. OLE color: 2882575.

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

Color convert

RGB1525243-
CMYK0.9400.830.01
HSL127.09º97.53%52.35%-
HSV(B)127.09º94.05%98.82%-
XYZ35.4469.913.91-
YUV157.3163.4826.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.84%
GREEN value IS 252 (98.83% from 255) = 81.29%
BLUE value IS 43 (17.19% from 255) = 13.87%
R=4.84%
G=81.29%
B=13.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal15252430.9400.830.01127.0997.5352.35
HexFFC2B5E05317f6234
Octal17374531360123117714264
Binary111111111100101011101111001010011111111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FFC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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