#2BDE07

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

Shades of Harlequin #2BDE07

Tints of Harlequin #2BDE07

Color information

#2BDE07 (or 0x2BDE07) is unknown color: approx Harlequin. HEX triplet: 2B, DE and 07. RGB value is (43,222,7). Sum of RGB (Red+Green+Blue) = 43+222+7=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 222 (87.11% from 255 or 81.62% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDE07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BDE07 is #D421F8. Grayscale: #909090. Windows color (decimal): -13902329 or 515627. OLE color: 515627.

HSL color Cylindrical-coordinate representation of color #2BDE07: hue angle of 109.95º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BDE07 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB432227-
CMYK0.8100.970.13
HSL109.95º93.89%44.9%-
HSV(B)109.95º96.85%87.06%-
XYZ27.1652.778.96-
YUV143.9750.755.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.81%
GREEN value IS 222 (87.11% from 255) = 81.62%
BLUE value IS 7 (3.12% from 255) = 2.57%
R=15.81%
G=81.62%
B=2.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal4322270.8100.970.13109.9593.8944.9
Hex2BDE751061D6e5e2d
Octal53336712101411515613655
Binary10101111011110111101000101100001110111011101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,222,7); }

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

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

 a { background-color: rgb(43,222,7); }

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

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

 span { border-color: rgb(43,222,7); }

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