#2FE60E

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

Shades of Harlequin #2FE60E

Tints of Harlequin #2FE60E

Color information

#2FE60E (or 0x2FE60E) is unknown color: approx Harlequin. HEX triplet: 2F, E6 and 0E. RGB value is (47,230,14). Sum of RGB (Red+Green+Blue) = 47+230+14=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 230 (90.23% from 255 or 79.04% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE60E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE60E is #D019F1. Grayscale: #979797. Windows color (decimal): -13638130 or 976431. OLE color: 976431.

HSL color Cylindrical-coordinate representation of color #2FE60E: hue angle of 110.83º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2FE60E is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB4723014-
CMYK0.8000.940.10
HSL110.83º88.52%47.84%-
HSV(B)110.83º93.91%90.2%-
XYZ29.5557.239.9-
YUV150.6650.8754.06-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.15%
GREEN value IS 230 (90.23% from 255) = 79.04%
BLUE value IS 14 (5.86% from 255) = 4.81%
R=16.15%
G=79.04%
B=4.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal47230140.8000.940.10110.8388.5247.84
Hex2FE6E5005EA6f5930
Octal573461612001361215713160
Binary101111111001101110101000001011110101011011111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,230,14); }

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

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

 a { background-color: rgb(47,230,14); }

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

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

 span { border-color: rgb(47,230,14); }

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