Html Css Color HEX #2AF813 Harlequin

📋 copy color: '#2AF813'

red 42 ◦ green 248 ◦ blue 19

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

Shades of Harlequin #2AF813

Tints of Harlequin #2AF813

RGB

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

 GREEN value IS 248 (97.27% from 255) = 80.26%

 BLUE value IS 19 (7.81% from 255) = 6.15%

R = 13.59%
G = 80.26%
B = 6.15%

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

#2AF813 (or 0x2AF813) is known color: Harlequin. HEX triplet: 2A, F8 and 13. RGB value is (42,248,19). Sum of RGB (Red+Green+Blue) = 42+248+19=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 248 (97.27% from 255 or 80.26% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF813 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF813 is #D507EC. Grayscale: #A1A1A1. Windows color (decimal): -13961197 or 1308714. OLE color: 1308714.

HSL color Cylindrical-coordinate representation of color #2AF813: hue angle of 113.97º degrees, saturation: 0.94, 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 #2AF813 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 42 248 19 -
CMYK 0.83 0 0.92 0.03
HSL 113.97º 0.94% 0.52% -
HSV(B) 113.97º 0.92% 0.97% -
XYZ 34.64 67.67 11.85 -
YUV 160.3 48.25 43.62 -
System Red Green Blue C M Y K H S L
Decimal 42 248 19 0.83 0 0.92 0.03 113.97 0.94 0.52
Hex 2A F8 13 53 0 5C 3 72 5E 34
Octal 52 370 23 123 0 134 3 162 136 64
Binary 101010 11111000 10011 1010011 0 1011100 11 1110010 1011110 110100

Color Harmonies of #2AF813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF813

Black with #2AF813

Text Example


Text Example

White with #2AF813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,248,19); }

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

background-color css

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

 a { background-color: rgb(42,248,19); }

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

border-color css

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

 span { border-color: rgb(42,248,19); }

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