#2DEB16

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

Shades of Harlequin #2DEB16

Tints of Harlequin #2DEB16

Color information

#2DEB16 (or 0x2DEB16) is unknown color: approx Harlequin. HEX triplet: 2D, EB and 16. RGB value is (45,235,22). Sum of RGB (Red+Green+Blue) = 45+235+22=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 235 (92.19% from 255 or 77.81% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 235 - color contains mainly: green. Hex color #2DEB16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DEB16 is #D214E9. Grayscale: #9A9A9A. Windows color (decimal): -13767914 or 1501997. OLE color: 1501997.

HSL color Cylindrical-coordinate representation of color #2DEB16: hue angle of 113.52º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DEB16 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB4523522-
CMYK0.8100.910.08
HSL113.52º84.19%50.39%-
HSV(B)113.52º90.64%92.16%-
XYZ30.9460.0310.72-
YUV153.9153.5550.32-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.90%
GREEN value IS 235 (92.19% from 255) = 77.81%
BLUE value IS 22 (8.98% from 255) = 7.28%
R=14.90%
G=77.81%
B=7.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal45235220.8100.910.08113.5284.1950.39
Hex2DEB165105B8725432
Octal553532612101331016212462
Binary1011011110101110110101000101011011100011100101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DEB16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,235,22); }

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

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

 a { background-color: rgb(45,235,22); }

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

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

 span { border-color: rgb(45,235,22); }

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