Html Css Color HEX #2AE410 Harlequin

📋 copy color: '#2AE410'

red 42 ◦ green 228 ◦ blue 16

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

Shades of Harlequin #2AE410

Tints of Harlequin #2AE410

RGB

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

 GREEN value IS 228 (89.45% from 255) = 79.72%

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

R = 14.69%
G = 79.72%
B = 5.59%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#2AE410 (or 0x2AE410) is known color: Harlequin. HEX triplet: 2A, E4 and 10. RGB value is (42,228,16). Sum of RGB (Red+Green+Blue) = 42+228+16=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 228 (89.45% from 255 or 79.72% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 228 - color contains mainly: green. Hex color #2AE410 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AE410 is #D51BEF. Grayscale: #949494. Windows color (decimal): -13966320 or 1106986. OLE color: 1106986.

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

Color convert

RGB 42 228 16 -
CMYK 0.82 0 0.93 0.11
HSL 112.64º 0.87% 0.48% -
HSV(B) 112.64º 0.93% 0.89% -
XYZ 28.79 56.02 9.78 -
YUV 148.22 53.38 52.24 -
System Red Green Blue C M Y K H S L
Decimal 42 228 16 0.82 0 0.93 0.11 112.64 0.87 0.48
Hex 2A E4 10 52 0 5D B 71 57 30
Octal 52 344 20 122 0 135 13 161 127 60
Binary 101010 11100100 10000 1010010 0 1011101 1011 1110001 1010111 110000

Color Harmonies of #2AE410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE410

Black with #2AE410

Text Example


Text Example

White with #2AE410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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