Html Css Color HEX #2AF714 Harlequin

📋 copy color: '#2AF714'

red 42 ◦ green 247 ◦ blue 20

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

Shades of Harlequin #2AF714

Tints of Harlequin #2AF714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 13.59%
G = 79.94%
B = 6.47%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#2AF714 (or 0x2AF714) is known color: Harlequin. HEX triplet: 2A, F7 and 14. RGB value is (42,247,20). Sum of RGB (Red+Green+Blue) = 42+247+20=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 247 (96.88% from 255 or 79.94% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF714 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF714 is #D508EB. Grayscale: #A0A0A0. Windows color (decimal): -13961452 or 1373994. OLE color: 1373994.

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

Color convert

RGB 42 247 20 -
CMYK 0.83 0 0.92 0.03
HSL 114.19º 0.93% 0.52% -
HSV(B) 114.19º 0.92% 0.97% -
XYZ 34.34 67.06 11.8 -
YUV 159.83 49.08 43.96 -
System Red Green Blue C M Y K H S L
Decimal 42 247 20 0.83 0 0.92 0.03 114.19 0.93 0.52
Hex 2A F7 14 53 0 5C 3 72 5D 34
Octal 52 367 24 123 0 134 3 162 135 64
Binary 101010 11110111 10100 1010011 0 1011100 11 1110010 1011101 110100

Color Harmonies of #2AF714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF714

Black with #2AF714

Text Example


Text Example

White with #2AF714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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