Html Css Color HEX #2AE400 Harlequin

📋 copy color: '#2AE400'

red 42 ◦ green 228 ◦ blue 0

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

Shades of Harlequin #2AE400

Tints of Harlequin #2AE400

RGB

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

 GREEN value IS 228 (89.45% from 255) = 84.44%

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

R = 15.56%
G = 84.44%
B = 0%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#2AE400 (or 0x2AE400) is known color: Harlequin. HEX triplet: 2A, E4 and 00. RGB value is (42,228,0). Sum of RGB (Red+Green+Blue) = 42+228+0=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 228 (89.45% from 255 or 84.44% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 228 - color contains mainly: green. Hex color #2AE400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE400 is #D51BFF. Grayscale: #939393. Windows color (decimal): -13966336 or 58410. OLE color: 58410.

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

Color convert

RGB 42 228 0 -
CMYK 0.82 0 1 0.11
HSL 108.95º 1% 0.45% -
HSV(B) 108.95º 1% 0.89% -
XYZ 28.7 55.98 9.29 -
YUV 146.39 45.38 53.54 -
System Red Green Blue C M Y K H S L
Decimal 42 228 0 0.82 0 1 0.11 108.95 1 0.45
Hex 2A E4 0 52 0 64 B 6D 64 2D
Octal 52 344 0 122 0 144 13 155 144 55
Binary 101010 11100100 0 1010010 0 1100100 1011 1101101 1100100 101101

Color Harmonies of #2AE400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE400

Black with #2AE400

Text Example


Text Example

White with #2AE400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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