#2CDB00

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

Shades of Harlequin #2CDB00

Tints of Harlequin #2CDB00

Color information

#2CDB00 (or 0x2CDB00) is unknown color: approx Harlequin. HEX triplet: 2C, DB and 00. RGB value is (44,219,0). Sum of RGB (Red+Green+Blue) = 44+219+0=263 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.73% from 263); Green value is 219 (85.94% from 255 or 83.27% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 219 - color contains mainly: green. Hex color #2CDB00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CDB00 is #D324FF. Grayscale: #8E8E8E. Windows color (decimal): -13837568 or 56108. OLE color: 56108.

HSL color Cylindrical-coordinate representation of color #2CDB00: hue angle of 107.95º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2CDB00 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB442190-
CMYK0.80010.14
HSL107.95º100%42.94%-
HSV(B)107.95º100%85.88%-
XYZ26.3751.28.49-
YUV141.7148.0258.31-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.73%
GREEN value IS 219 (85.94% from 255) = 83.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=16.73%
G=83.27%
B=0%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal4421900.80010.14107.9510042.94
Hex2CDB050064E6c642b
Octal54333012001441615414453
Binary101100110110110101000001100100111011011001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,219,0); }

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

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

 a { background-color: rgb(44,219,0); }

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

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

 span { border-color: rgb(44,219,0); }

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