#2FFE1A

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

Shades of Harlequin #2FFE1A

Tints of Harlequin #2FFE1A

Color information

#2FFE1A (or 0x2FFE1A) is unknown color: approx Harlequin. HEX triplet: 2F, FE and 1A. RGB value is (47,254,26). Sum of RGB (Red+Green+Blue) = 47+254+26=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 254 (99.61% from 255 or 77.68% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFE1A is #D001E5. Grayscale: #A6A6A6. Windows color (decimal): -13631974 or 1769007. OLE color: 1769007.

HSL color Cylindrical-coordinate representation of color #2FFE1A: hue angle of 114.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FFE1A is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB4725426-
CMYK0.8100.900.00
HSL114.47º99.13%54.9%-
HSV(B)114.47º89.76%99.61%-
XYZ36.871.5612.85-
YUV166.1148.9243.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.37%
GREEN value IS 254 (99.61% from 255) = 77.68%
BLUE value IS 26 (10.55% from 255) = 7.95%
R=14.37%
G=77.68%
B=7.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal47254260.8100.900.00114.4799.1354.9
Hex2FFE1A5105A0726337
Octal57376321210132016214367
Binary1011111111111011010101000101011010011100101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,254,26); }

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

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

 a { background-color: rgb(47,254,26); }

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

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

 span { border-color: rgb(47,254,26); }

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