Html Css Color HEX #2AF710 Harlequin

📋 copy color: '#2AF710'

red 42 ◦ green 247 ◦ blue 16

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

Shades of Harlequin #2AF710

Tints of Harlequin #2AF710

RGB

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

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

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

R = 13.77%
G = 80.98%
B = 5.25%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#2AF710 (or 0x2AF710) is known color: Harlequin. HEX triplet: 2A, F7 and 10. RGB value is (42,247,16). Sum of RGB (Red+Green+Blue) = 42+247+16=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 247 (96.88% from 255 or 80.98% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF710 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF710 is #D508EF. Grayscale: #A0A0A0. Windows color (decimal): -13961456 or 1111850. OLE color: 1111850.

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

Color convert

RGB 42 247 16 -
CMYK 0.83 0 0.94 0.03
HSL 113.25º 0.94% 0.52% -
HSV(B) 113.25º 0.94% 0.97% -
XYZ 34.31 67.05 11.62 -
YUV 159.37 47.08 44.28 -
System Red Green Blue C M Y K H S L
Decimal 42 247 16 0.83 0 0.94 0.03 113.25 0.94 0.52
Hex 2A F7 10 53 0 5E 3 71 5E 34
Octal 52 367 20 123 0 136 3 161 136 64
Binary 101010 11110111 10000 1010011 0 1011110 11 1110001 1011110 110100

Color Harmonies of #2AF710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF710

Black with #2AF710

Text Example


Text Example

White with #2AF710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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