Html Css Color HEX #2AE513 Harlequin

📋 copy color: '#2AE513'

red 42 ◦ green 229 ◦ blue 19

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

Shades of Harlequin #2AE513

Tints of Harlequin #2AE513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.55%

R = 14.48%
G = 78.97%
B = 6.55%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#2AE513 (or 0x2AE513) is known color: Harlequin. HEX triplet: 2A, E5 and 13. RGB value is (42,229,19). Sum of RGB (Red+Green+Blue) = 42+229+19=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 229 (89.84% from 255 or 78.97% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE513 is #D51AEC. Grayscale: #959595. Windows color (decimal): -13966061 or 1303850. OLE color: 1303850.

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

Color convert

RGB 42 229 19 -
CMYK 0.82 0 0.92 0.10
HSL 113.43º 0.85% 0.49% -
HSV(B) 113.43º 0.92% 0.9% -
XYZ 29.09 56.58 10 -
YUV 149.15 54.55 51.58 -
System Red Green Blue C M Y K H S L
Decimal 42 229 19 0.82 0 0.92 0.10 113.43 0.85 0.49
Hex 2A E5 13 52 0 5C A 71 55 31
Octal 52 345 23 122 0 134 12 161 125 61
Binary 101010 11100101 10011 1010010 0 1011100 1010 1110001 1010101 110001

Color Harmonies of #2AE513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE513

Black with #2AE513

Text Example


Text Example

White with #2AE513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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