Html Css Color HEX #2AE000 Harlequin

📋 copy color: '#2AE000'

red 42 ◦ green 224 ◦ blue 0

#2AE000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #2AE000

Tints of Harlequin #2AE000

RGB

 RED value IS 42 (16.8% from 255) = 15.79%

 GREEN value IS 224 (87.89% from 255) = 84.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 15.79%
G = 84.21%
B = 0%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#2AE000 (or 0x2AE000) is known color: Harlequin. HEX triplet: 2A, E0 and 00. RGB value is (42,224,0). Sum of RGB (Red+Green+Blue) = 42+224+0=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 224 (87.89% from 255 or 84.21% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE000 is #D51FFF. Grayscale: #909090. Windows color (decimal): -13967360 or 57386. OLE color: 57386.

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

Color convert

RGB 42 224 0 -
CMYK 0.81 0 1 0.12
HSL 108.75º 1% 0.44% -
HSV(B) 108.75º 1% 0.88% -
XYZ 27.61 53.8 8.93 -
YUV 144.05 46.7 55.21 -
System Red Green Blue C M Y K H S L
Decimal 42 224 0 0.81 0 1 0.12 108.75 1 0.44
Hex 2A E0 0 51 0 64 C 6D 64 2C
Octal 52 340 0 121 0 144 14 155 144 54
Binary 101010 11100000 0 1010001 0 1100100 1100 1101101 1100100 101100

Color Harmonies of #2AE000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE000

Black with #2AE000

Text Example


Text Example

White with #2AE000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,224,0); }

 H1.HeaderClassName
 {
   color: #2AE000;
 }
 .AnyTagClassName
 {
   color: #2AE000;
 }
</style>

background-color css

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

 a { background-color: rgb(42,224,0); }

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

border-color css

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

 span { border-color: rgb(42,224,0); }

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