#2ADF03

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

Shades of Harlequin #2ADF03

Tints of Harlequin #2ADF03

Color information

#2ADF03 (or 0x2ADF03) is unknown color: approx Harlequin. HEX triplet: 2A, DF and 03. RGB value is (42,223,3). Sum of RGB (Red+Green+Blue) = 42+223+3=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 223 (87.5% from 255 or 83.21% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADF03 is #D520FC. Grayscale: #909090. Windows color (decimal): -13967613 or 253738. OLE color: 253738.

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

Color convert

RGB422233-
CMYK0.8100.990.13
HSL109.36º97.35%44.31%-
HSV(B)109.36º98.65%87.45%-
XYZ27.3653.278.93-
YUV143.848.5355.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.67%
GREEN value IS 223 (87.5% from 255) = 83.21%
BLUE value IS 3 (1.56% from 255) = 1.12%
R=15.67%
G=83.21%
B=1.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal4222330.8100.990.13109.3697.3544.31
Hex2ADF351063D6d612c
Octal52337312101431515514154
Binary1010101101111111101000101100011110111011011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ADF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,223,3); }

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

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

 a { background-color: rgb(42,223,3); }

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

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

 span { border-color: rgb(42,223,3); }

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