#2DFE13

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

Shades of Harlequin #2DFE13

Tints of Harlequin #2DFE13

Color information

#2DFE13 (or 0x2DFE13) is unknown color: approx Harlequin. HEX triplet: 2D, FE and 13. RGB value is (45,254,19). Sum of RGB (Red+Green+Blue) = 45+254+19=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 254 (99.61% from 255 or 79.87% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFE13 is #D201EC. Grayscale: #A5A5A5. Windows color (decimal): -13763053 or 1310253. OLE color: 1310253.

HSL color Cylindrical-coordinate representation of color #2DFE13: hue angle of 113.36º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DFE13 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB4525419-
CMYK0.8200.930.00
HSL113.36º99.16%53.53%-
HSV(B)113.36º92.52%99.61%-
XYZ36.6471.4912.48-
YUV164.7245.7642.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.15%
GREEN value IS 254 (99.61% from 255) = 79.87%
BLUE value IS 19 (7.81% from 255) = 5.97%
R=14.15%
G=79.87%
B=5.97%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal45254190.8200.930.00113.3699.1653.53
Hex2DFE135205D0716336
Octal55376231220135016114366
Binary1011011111111010011101001001011101011100011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,254,19); }

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

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

 a { background-color: rgb(45,254,19); }

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

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

 span { border-color: rgb(45,254,19); }

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