#0FFC2C

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

Shades of Free Speech Green #0FFC2C

Tints of Free Speech Green #0FFC2C

Color information

#0FFC2C (or 0x0FFC2C) is unknown color: approx Free Speech Green. HEX triplet: 0F, FC and 2C. RGB value is (15,252,44). Sum of RGB (Red+Green+Blue) = 15+252+44=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 252 (98.83% from 255 or 81.03% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFC2C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFC2C is #F003D3. Grayscale: #9E9E9E. Windows color (decimal): -15729620 or 2948111. OLE color: 2948111.

HSL color Cylindrical-coordinate representation of color #0FFC2C: hue angle of 127.34º 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 #0FFC2C is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB1525244-
CMYK0.9400.830.01
HSL127.34º97.53%52.35%-
HSV(B)127.34º94.05%98.82%-
XYZ35.4669.914.01-
YUV157.4263.9826.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.82%
GREEN value IS 252 (98.83% from 255) = 81.03%
BLUE value IS 44 (17.58% from 255) = 14.15%
R=4.82%
G=81.03%
B=14.15%

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
Decimal15252440.9400.830.01127.3497.5352.35
HexFFC2C5E05317f6234
Octal17374541360123117714264
Binary111111111100101100101111001010011111111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FFC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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