Html Css Color HEX #2AE610 Harlequin

📋 copy color: '#2AE610'

red 42 ◦ green 230 ◦ blue 16

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

Shades of Harlequin #2AE610

Tints of Harlequin #2AE610

RGB

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

 GREEN value IS 230 (90.23% from 255) = 79.86%

 BLUE value IS 16 (6.64% from 255) = 5.56%

R = 14.58%
G = 79.86%
B = 5.56%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#2AE610 (or 0x2AE610) is known color: Harlequin. HEX triplet: 2A, E6 and 10. RGB value is (42,230,16). Sum of RGB (Red+Green+Blue) = 42+230+16=288 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.58% from 288); Green value is 230 (90.23% from 255 or 79.86% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE610 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AE610 is #D519EF. Grayscale: #969696. Windows color (decimal): -13965808 or 1107498. OLE color: 1107498.

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

Color convert

RGB 42 230 16 -
CMYK 0.82 0 0.93 0.10
HSL 112.71º 0.87% 0.48% -
HSV(B) 112.71º 0.93% 0.9% -
XYZ 29.35 57.12 9.97 -
YUV 149.39 52.72 51.4 -
System Red Green Blue C M Y K H S L
Decimal 42 230 16 0.82 0 0.93 0.10 112.71 0.87 0.48
Hex 2A E6 10 52 0 5D A 71 57 30
Octal 52 346 20 122 0 135 12 161 127 60
Binary 101010 11100110 10000 1010010 0 1011101 1010 1110001 1010111 110000

Color Harmonies of #2AE610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE610

Black with #2AE610

Text Example


Text Example

White with #2AE610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,230,16); }

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

background-color css

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

 a { background-color: rgb(42,230,16); }

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

border-color css

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

 span { border-color: rgb(42,230,16); }

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