Html Css Color HEX #2AE002 Harlequin

📋 copy color: '#2AE002'

red 42 ◦ green 224 ◦ blue 2

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

Shades of Harlequin #2AE002

Tints of Harlequin #2AE002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 15.67%
G = 83.58%
B = 0.75%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#2AE002 (or 0x2AE002) is known color: Harlequin. HEX triplet: 2A, E0 and 02. RGB value is (42,224,2). Sum of RGB (Red+Green+Blue) = 42+224+2=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 224 (87.89% from 255 or 83.58% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE002 is #D51FFD. Grayscale: #909090. Windows color (decimal): -13967358 or 188458. OLE color: 188458.

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

Color convert

RGB 42 224 2 -
CMYK 0.81 0 0.99 0.12
HSL 109.19º 0.98% 0.44% -
HSV(B) 109.19º 0.99% 0.88% -
XYZ 27.62 53.81 8.99 -
YUV 144.27 47.7 55.05 -
System Red Green Blue C M Y K H S L
Decimal 42 224 2 0.81 0 0.99 0.12 109.19 0.98 0.44
Hex 2A E0 2 51 0 63 C 6D 62 2C
Octal 52 340 2 121 0 143 14 155 142 54
Binary 101010 11100000 10 1010001 0 1100011 1100 1101101 1100010 101100

Color Harmonies of #2AE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE002

Black with #2AE002

Text Example


Text Example

White with #2AE002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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