Html Css Color HEX #2AE407 Harlequin

📋 copy color: '#2AE407'

red 42 ◦ green 228 ◦ blue 7

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

Shades of Harlequin #2AE407

Tints of Harlequin #2AE407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.53%

R = 15.16%
G = 82.31%
B = 2.53%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#2AE407 (or 0x2AE407) is known color: Harlequin. HEX triplet: 2A, E4 and 07. RGB value is (42,228,7). Sum of RGB (Red+Green+Blue) = 42+228+7=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 228 (89.45% from 255 or 82.31% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 228 - color contains mainly: green. Hex color #2AE407 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE407 is #D51BF8. Grayscale: #939393. Windows color (decimal): -13966329 or 517162. OLE color: 517162.

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

Color convert

RGB 42 228 7 -
CMYK 0.82 0 0.97 0.11
HSL 110.5º 0.94% 0.46% -
HSV(B) 110.5º 0.97% 0.89% -
XYZ 28.74 55.99 9.49 -
YUV 147.19 48.88 52.97 -
System Red Green Blue C M Y K H S L
Decimal 42 228 7 0.82 0 0.97 0.11 110.5 0.94 0.46
Hex 2A E4 7 52 0 61 B 6E 5E 2E
Octal 52 344 7 122 0 141 13 156 136 56
Binary 101010 11100100 111 1010010 0 1100001 1011 1101110 1011110 101110

Color Harmonies of #2AE407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE407

Black with #2AE407

Text Example


Text Example

White with #2AE407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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