Html Css Color HEX #2AE611 Harlequin

📋 copy color: '#2AE611'

red 42 ◦ green 230 ◦ blue 17

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

Shades of Harlequin #2AE611

Tints of Harlequin #2AE611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.88%

R = 14.53%
G = 79.58%
B = 5.88%

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

#2AE611 (or 0x2AE611) is known color: Harlequin. HEX triplet: 2A, E6 and 11. RGB value is (42,230,17). Sum of RGB (Red+Green+Blue) = 42+230+17=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 230 (90.23% from 255 or 79.58% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE611 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AE611 is #D519EE. Grayscale: #969696. Windows color (decimal): -13965807 or 1173034. OLE color: 1173034.

HSL color Cylindrical-coordinate representation of color #2AE611: hue angle of 112.96º degrees, saturation: 0.86, 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 #2AE611 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 42 230 17 -
CMYK 0.82 0 0.93 0.10
HSL 112.96º 0.86% 0.48% -
HSV(B) 112.96º 0.93% 0.9% -
XYZ 29.35 57.13 10.01 -
YUV 149.51 53.22 51.32 -
System Red Green Blue C M Y K H S L
Decimal 42 230 17 0.82 0 0.93 0.10 112.96 0.86 0.48
Hex 2A E6 11 52 0 5D A 71 56 30
Octal 52 346 21 122 0 135 12 161 126 60
Binary 101010 11100110 10001 1010010 0 1011101 1010 1110001 1010110 110000

Color Harmonies of #2AE611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE611

Black with #2AE611

Text Example


Text Example

White with #2AE611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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