#2FF220

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

Shades of Harlequin #2FF220

Tints of Harlequin #2FF220

Color information

#2FF220 (or 0x2FF220) is unknown color: approx Harlequin. HEX triplet: 2F, F2 and 20. RGB value is (47,242,32). Sum of RGB (Red+Green+Blue) = 47+242+32=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 242 (94.92% from 255 or 75.39% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF220 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF220 is #D00DDF. Grayscale: #A0A0A0. Windows color (decimal): -13635040 or 2159151. OLE color: 2159151.

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

Color convert

RGB4724232-
CMYK0.8100.870.05
HSL115.71º88.98%53.73%-
HSV(B)115.71º86.78%94.9%-
XYZ33.1964.2112.01-
YUV159.7655.947.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.64%
GREEN value IS 242 (94.92% from 255) = 75.39%
BLUE value IS 32 (12.89% from 255) = 9.97%
R=14.64%
G=75.39%
B=9.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal47242320.8100.870.05115.7188.9853.73
Hex2FF220510575745936
Octal57362401210127516413166
Binary1011111111001010000010100010101011110111101001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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