#2DF611

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

Shades of Harlequin #2DF611

Tints of Harlequin #2DF611

Color information

#2DF611 (or 0x2DF611) is unknown color: approx Harlequin. HEX triplet: 2D, F6 and 11. RGB value is (45,246,17). Sum of RGB (Red+Green+Blue) = 45+246+17=308 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.61% from 308); Green value is 246 (96.48% from 255 or 79.87% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 246 - color contains mainly: green. Hex color #2DF611 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF611 is #D209EE. Grayscale: #A0A0A0. Windows color (decimal): -13765103 or 1177133. OLE color: 1177133.

HSL color Cylindrical-coordinate representation of color #2DF611: hue angle of 112.66º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DF611 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB4524617-
CMYK0.8200.930.04
HSL112.66º92.71%51.57%-
HSV(B)112.66º93.09%96.47%-
XYZ34.1466.5111.57-
YUV159.7947.4146.12-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.61%
GREEN value IS 246 (96.48% from 255) = 79.87%
BLUE value IS 17 (7.03% from 255) = 5.52%
R=14.61%
G=79.87%
B=5.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal45246170.8200.930.04112.6692.7151.57
Hex2DF6115205D4715d34
Octal55366211220135416113564
Binary101101111101101000110100100101110110011100011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DF611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,246,17); }

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

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

 a { background-color: rgb(45,246,17); }

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

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

 span { border-color: rgb(45,246,17); }

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