#2FFC22

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

Shades of Harlequin #2FFC22

Tints of Harlequin #2FFC22

Color information

#2FFC22 (or 0x2FFC22) is unknown color: approx Harlequin. HEX triplet: 2F, FC and 22. RGB value is (47,252,34). Sum of RGB (Red+Green+Blue) = 47+252+34=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 252 (98.83% from 255 or 75.68% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFC22 is #D003DD. Grayscale: #A6A6A6. Windows color (decimal): -13632478 or 2292783. OLE color: 2292783.

HSL color Cylindrical-coordinate representation of color #2FFC22: hue angle of 116.42º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FFC22 is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB4725234-
CMYK0.8100.870.01
HSL116.42º97.32%56.08%-
HSV(B)116.42º86.51%98.82%-
XYZ36.2770.3413.18-
YUV165.8553.5843.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.11%
GREEN value IS 252 (98.83% from 255) = 75.68%
BLUE value IS 34 (13.67% from 255) = 10.21%
R=14.11%
G=75.68%
B=10.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal47252340.8100.870.01116.4297.3256.08
Hex2FFC22510571746138
Octal57374421210127116414170
Binary10111111111100100010101000101010111111101001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFC22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,252,34); }

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

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

 a { background-color: rgb(47,252,34); }

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

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

 span { border-color: rgb(47,252,34); }

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