#2AE102

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

Shades of Harlequin #2AE102

Tints of Harlequin #2AE102

Color information

#2AE102 (or 0x2AE102) is unknown color: approx Harlequin. HEX triplet: 2A, E1 and 02. RGB value is (42,225,2). Sum of RGB (Red+Green+Blue) = 42+225+2=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 225 (88.28% from 255 or 83.64% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE102 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE102 is #D51EFD. Grayscale: #919191. Windows color (decimal): -13967102 or 188714. OLE color: 188714.

HSL color Cylindrical-coordinate representation of color #2AE102: hue angle of 109.24º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AE102 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB422252-
CMYK0.8100.990.12
HSL109.24º98.24%44.51%-
HSV(B)109.24º99.11%88.24%-
XYZ27.8954.359.08-
YUV144.8647.3754.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.61%
GREEN value IS 225 (88.28% from 255) = 83.64%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=15.61%
G=83.64%
B=0.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal4222520.8100.990.12109.2498.2444.51
Hex2AE1251063C6d622d
Octal52341212101431415514255
Binary1010101110000110101000101100011110011011011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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