#2FEB0F

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

Shades of Harlequin #2FEB0F

Tints of Harlequin #2FEB0F

Color information

#2FEB0F (or 0x2FEB0F) is unknown color: approx Harlequin. HEX triplet: 2F, EB and 0F. RGB value is (47,235,15). Sum of RGB (Red+Green+Blue) = 47+235+15=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 235 (92.19% from 255 or 79.12% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FEB0F is #D014F0. Grayscale: #9A9A9A. Windows color (decimal): -13636849 or 1043247. OLE color: 1043247.

HSL color Cylindrical-coordinate representation of color #2FEB0F: hue angle of 111.27º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2FEB0F is Cyan = 0.8, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB4723515-
CMYK0.800.940.08
HSL111.27º88%49.02%-
HSV(B)111.27º93.62%92.16%-
XYZ30.9760.0610.41-
YUV153.7149.7251.89-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.82%
GREEN value IS 235 (92.19% from 255) = 79.12%
BLUE value IS 15 (6.25% from 255) = 5.05%
R=15.82%
G=79.12%
B=5.05%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal47235150.800.940.08111.278849.02
Hex2FEBF5005E86f5831
Octal573531712001361015713061
Binary101111111010111111101000001011110100011011111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FEB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,235,15); }

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

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

 a { background-color: rgb(47,235,15); }

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

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

 span { border-color: rgb(47,235,15); }

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