#2FF215

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

Shades of Harlequin #2FF215

Tints of Harlequin #2FF215

Color information

#2FF215 (or 0x2FF215) is unknown color: approx Harlequin. HEX triplet: 2F, F2 and 15. RGB value is (47,242,21). Sum of RGB (Red+Green+Blue) = 47+242+21=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 242 (94.92% from 255 or 78.06% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF215 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF215 is #D00DEA. Grayscale: #9F9F9F. Windows color (decimal): -13635051 or 1438255. OLE color: 1438255.

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

Color convert

RGB4724221-
CMYK0.8100.910.05
HSL112.94º89.47%51.57%-
HSV(B)112.94º91.32%94.9%-
XYZ33.0664.1611.35-
YUV158.550.448.47-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.16%
GREEN value IS 242 (94.92% from 255) = 78.06%
BLUE value IS 21 (8.59% from 255) = 6.77%
R=15.16%
G=78.06%
B=6.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal47242210.8100.910.05112.9489.4751.57
Hex2FF2155105B5715934
Octal57362251210133516113164
Binary101111111100101010110100010101101110111100011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,242,21); }

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

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

 a { background-color: rgb(47,242,21); }

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

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

 span { border-color: rgb(47,242,21); }

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