#2AFE02

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

Shades of Harlequin #2AFE02

Tints of Harlequin #2AFE02

Color information

#2AFE02 (or 0x2AFE02) is unknown color: approx Harlequin. HEX triplet: 2A, FE and 02. RGB value is (42,254,2). Sum of RGB (Red+Green+Blue) = 42+254+2=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 254 (99.61% from 255 or 85.23% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFE02 is #D501FD. Grayscale: #A2A2A2. Windows color (decimal): -13959678 or 196138. OLE color: 196138.

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

Color convert

RGB422542-
CMYK0.8300.990.00
HSL110.48º99.21%50.2%-
HSV(B)110.48º99.21%99.61%-
XYZ36.4171.3811.92-
YUV161.8837.7642.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.09%
GREEN value IS 254 (99.61% from 255) = 85.23%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=14.09%
G=85.23%
B=0.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal4225420.8300.990.00110.4899.2150.2
Hex2AFE25306306e6332
Octal5237621230143015614362
Binary1010101111111010101001101100011011011101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AFE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,254,2); }

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

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

 a { background-color: rgb(42,254,2); }

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

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

 span { border-color: rgb(42,254,2); }

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