Html Css Color HEX #2AF715 Harlequin

📋 copy color: '#2AF715'

red 42 ◦ green 247 ◦ blue 21

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

Shades of Harlequin #2AF715

Tints of Harlequin #2AF715

RGB

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

 GREEN value IS 247 (96.88% from 255) = 79.68%

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

R = 13.55%
G = 79.68%
B = 6.77%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#2AF715 (or 0x2AF715) is known color: Harlequin. HEX triplet: 2A, F7 and 15. RGB value is (42,247,21). Sum of RGB (Red+Green+Blue) = 42+247+21=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 247 (96.88% from 255 or 79.68% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF715 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF715 is #D508EA. Grayscale: #A0A0A0. Windows color (decimal): -13961451 or 1439530. OLE color: 1439530.

HSL color Cylindrical-coordinate representation of color #2AF715: hue angle of 114.42º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AF715 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 42 247 21 -
CMYK 0.83 0 0.91 0.03
HSL 114.42º 0.93% 0.53% -
HSV(B) 114.42º 0.91% 0.97% -
XYZ 34.35 67.07 11.84 -
YUV 159.94 49.58 43.88 -
System Red Green Blue C M Y K H S L
Decimal 42 247 21 0.83 0 0.91 0.03 114.42 0.93 0.53
Hex 2A F7 15 53 0 5B 3 72 5D 35
Octal 52 367 25 123 0 133 3 162 135 65
Binary 101010 11110111 10101 1010011 0 1011011 11 1110010 1011101 110101

Color Harmonies of #2AF715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF715

Black with #2AF715

Text Example


Text Example

White with #2AF715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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