Html Css Color HEX #2AE507 Harlequin

📋 copy color: '#2AE507'

red 42 ◦ green 229 ◦ blue 7

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

Shades of Harlequin #2AE507

Tints of Harlequin #2AE507

RGB

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

 GREEN value IS 229 (89.84% from 255) = 82.37%

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

R = 15.11%
G = 82.37%
B = 2.52%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#2AE507 (or 0x2AE507) is known color: Harlequin. HEX triplet: 2A, E5 and 07. RGB value is (42,229,7). Sum of RGB (Red+Green+Blue) = 42+229+7=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 229 (89.84% from 255 or 82.37% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE507 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE507 is #D51AF8. Grayscale: #949494. Windows color (decimal): -13966073 or 517418. OLE color: 517418.

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

Color convert

RGB 42 229 7 -
CMYK 0.82 0 0.97 0.10
HSL 110.54º 0.94% 0.46% -
HSV(B) 110.54º 0.97% 0.9% -
XYZ 29.01 56.55 9.59 -
YUV 147.78 48.55 52.55 -
System Red Green Blue C M Y K H S L
Decimal 42 229 7 0.82 0 0.97 0.10 110.54 0.94 0.46
Hex 2A E5 7 52 0 61 A 6F 5E 2E
Octal 52 345 7 122 0 141 12 157 136 56
Binary 101010 11100101 111 1010010 0 1100001 1010 1101111 1011110 101110

Color Harmonies of #2AE507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE507

Black with #2AE507

Text Example


Text Example

White with #2AE507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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