#2FFB14

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

Shades of Harlequin #2FFB14

Tints of Harlequin #2FFB14

Color information

#2FFB14 (or 0x2FFB14) is unknown color: approx Harlequin. HEX triplet: 2F, FB and 14. RGB value is (47,251,20). Sum of RGB (Red+Green+Blue) = 47+251+20=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 251 (98.44% from 255 or 78.93% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFB14 is #D004EB. Grayscale: #A4A4A4. Windows color (decimal): -13632748 or 1375023. OLE color: 1375023.

HSL color Cylindrical-coordinate representation of color #2FFB14: hue angle of 112.99º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FFB14 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB4725120-
CMYK0.8100.920.02
HSL112.99º96.65%53.14%-
HSV(B)112.99º92.03%98.43%-
XYZ35.869.6512.22-
YUV163.6746.9144.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.78%
GREEN value IS 251 (98.44% from 255) = 78.93%
BLUE value IS 20 (8.20% from 255) = 6.29%
R=14.78%
G=78.93%
B=6.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal47251200.8100.920.02112.9996.6553.14
Hex2FFB145105C2716135
Octal57373241210134216114165
Binary10111111111011101001010001010111001011100011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,251,20); }

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

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

 a { background-color: rgb(47,251,20); }

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

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

 span { border-color: rgb(47,251,20); }

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