#2FF516

Color #2FF516 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #2FF516

Tints of Harlequin #2FF516

Color information

#2FF516 (or 0x2FF516) is unknown color: approx Harlequin. HEX triplet: 2F, F5 and 16. RGB value is (47,245,22). Sum of RGB (Red+Green+Blue) = 47+245+22=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 245 (96.09% from 255 or 78.03% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF516 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF516 is #D00AE9. Grayscale: #A1A1A1. Windows color (decimal): -13634282 or 1504559. OLE color: 1504559.

HSL color Cylindrical-coordinate representation of color #2FF516: hue angle of 113.27º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FF516 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB4724522-
CMYK0.8100.910.04
HSL113.27º91.77%52.35%-
HSV(B)113.27º91.02%96.08%-
XYZ33.9765.9711.7-
YUV160.3849.947.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.97%
GREEN value IS 245 (96.09% from 255) = 78.03%
BLUE value IS 22 (8.98% from 255) = 7.01%
R=14.97%
G=78.03%
B=7.01%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal47245220.8100.910.04113.2791.7752.35
Hex2FF5165105B4715c34
Octal57365261210133416113464
Binary101111111101011011010100010101101110011100011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FF516; }

 p { color: rgb(47,245,22); }

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

<style>
 a { background-color: #2FF516; }

 a { background-color: rgb(47,245,22); }

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

<style>
 span { border-color: #2FF516; }

 span { border-color: rgb(47,245,22); }

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