#2AE601

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

Shades of Harlequin #2AE601

Tints of Harlequin #2AE601

Color information

#2AE601 (or 0x2AE601) is unknown color: approx Harlequin. HEX triplet: 2A, E6 and 01. RGB value is (42,230,1). Sum of RGB (Red+Green+Blue) = 42+230+1=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 230 (90.23% from 255 or 84.25% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE601 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AE601 is #D519FE. Grayscale: #949494. Windows color (decimal): -13965823 or 124458. OLE color: 124458.

HSL color Cylindrical-coordinate representation of color #2AE601: hue angle of 109.26º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AE601 is Cyan = 0.82, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB422301-
CMYK0.8201.000.10
HSL109.26º99.13%45.29%-
HSV(B)109.26º99.57%90.2%-
XYZ29.2657.099.51-
YUV147.6845.2252.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.38%
GREEN value IS 230 (90.23% from 255) = 84.25%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=15.38%
G=84.25%
B=0.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal4223010.8201.000.10109.2699.1345.29
Hex2AE6152064A6d632d
Octal52346112201441215514355
Binary101010111001101101001001100100101011011011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,230,1); }

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

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

 a { background-color: rgb(42,230,1); }

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

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

 span { border-color: rgb(42,230,1); }

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