Html Css Color HEX #2AE50D Harlequin

📋 copy color: '#2AE50D'

red 42 ◦ green 229 ◦ blue 13

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

Shades of Harlequin #2AE50D

Tints of Harlequin #2AE50D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.58%

R = 14.79%
G = 80.63%
B = 4.58%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#2AE50D (or 0x2AE50D) is known color: Harlequin. HEX triplet: 2A, E5 and 0D. RGB value is (42,229,13). Sum of RGB (Red+Green+Blue) = 42+229+13=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 229 (89.84% from 255 or 80.63% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE50D is #D51AF2. Grayscale: #959595. Windows color (decimal): -13966067 or 910634. OLE color: 910634.

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

Color convert

RGB 42 229 13 -
CMYK 0.82 0 0.94 0.10
HSL 111.94º 0.89% 0.47% -
HSV(B) 111.94º 0.94% 0.9% -
XYZ 29.05 56.56 9.77 -
YUV 148.46 51.55 52.06 -
System Red Green Blue C M Y K H S L
Decimal 42 229 13 0.82 0 0.94 0.10 111.94 0.89 0.47
Hex 2A E5 D 52 0 5E A 70 59 2F
Octal 52 345 15 122 0 136 12 160 131 57
Binary 101010 11100101 1101 1010010 0 1011110 1010 1110000 1011001 101111

Color Harmonies of #2AE50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE50D

Black with #2AE50D

Text Example


Text Example

White with #2AE50D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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