Html Css Color HEX #2AF015 Harlequin

📋 copy color: '#2AF015'

red 42 ◦ green 240 ◦ blue 21

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

Shades of Harlequin #2AF015

Tints of Harlequin #2AF015

RGB

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

 GREEN value IS 240 (94.14% from 255) = 79.21%

 BLUE value IS 21 (8.59% from 255) = 6.93%

R = 13.86%
G = 79.21%
B = 6.93%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#2AF015 (or 0x2AF015) is known color: Harlequin. HEX triplet: 2A, F0 and 15. RGB value is (42,240,21). Sum of RGB (Red+Green+Blue) = 42+240+21=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 240 (94.14% from 255 or 79.21% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF015 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF015 is #D50FEA. Grayscale: #9C9C9C. Windows color (decimal): -13963243 or 1437738. OLE color: 1437738.

HSL color Cylindrical-coordinate representation of color #2AF015: hue angle of 114.25º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AF015 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 42 240 21 -
CMYK 0.82 0 0.91 0.06
HSL 114.25º 0.88% 0.51% -
HSV(B) 114.25º 0.91% 0.94% -
XYZ 32.25 62.87 11.14 -
YUV 155.83 51.9 46.81 -
System Red Green Blue C M Y K H S L
Decimal 42 240 21 0.82 0 0.91 0.06 114.25 0.88 0.51
Hex 2A F0 15 52 0 5B 6 72 58 33
Octal 52 360 25 122 0 133 6 162 130 63
Binary 101010 11110000 10101 1010010 0 1011011 110 1110010 1011000 110011

Color Harmonies of #2AF015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF015

Black with #2AF015

Text Example


Text Example

White with #2AF015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,240,21); }

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

background-color css

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

 a { background-color: rgb(42,240,21); }

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

border-color css

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

 span { border-color: rgb(42,240,21); }

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