#2FEF1D

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

Shades of Harlequin #2FEF1D

Tints of Harlequin #2FEF1D

Color information

#2FEF1D (or 0x2FEF1D) is unknown color: approx Harlequin. HEX triplet: 2F, EF and 1D. RGB value is (47,239,29). Sum of RGB (Red+Green+Blue) = 47+239+29=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 239 (93.75% from 255 or 75.87% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEF1D is #D010E2. Grayscale: #9E9E9E. Windows color (decimal): -13635811 or 1961775. OLE color: 1961775.

HSL color Cylindrical-coordinate representation of color #2FEF1D: hue angle of 114.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FEF1D is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB4723929-
CMYK0.8000.880.06
HSL114.86º86.78%52.55%-
HSV(B)114.86º87.87%93.73%-
XYZ32.2662.4311.51-
YUV157.6555.3949.08-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.92%
GREEN value IS 239 (93.75% from 255) = 75.87%
BLUE value IS 29 (11.72% from 255) = 9.21%
R=14.92%
G=75.87%
B=9.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal47239290.8000.880.06114.8686.7852.55
Hex2FEF1D500586735735
Octal57357351200130616312765
Binary101111111011111110110100000101100011011100111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FEF1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,239,29); }

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

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

 a { background-color: rgb(47,239,29); }

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

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

 span { border-color: rgb(47,239,29); }

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