Html Css Color HEX #2AF817 Harlequin

📋 copy color: '#2AF817'

red 42 ◦ green 248 ◦ blue 23

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

Shades of Harlequin #2AF817

Tints of Harlequin #2AF817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.35%

R = 13.42%
G = 79.23%
B = 7.35%

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

#2AF817 (or 0x2AF817) is known color: Harlequin. HEX triplet: 2A, F8 and 17. RGB value is (42,248,23). Sum of RGB (Red+Green+Blue) = 42+248+23=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 248 (97.27% from 255 or 79.23% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF817 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF817 is #D507E8. Grayscale: #A1A1A1. Windows color (decimal): -13961193 or 1570858. OLE color: 1570858.

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

Color convert

RGB 42 248 23 -
CMYK 0.83 0 0.91 0.03
HSL 114.93º 0.94% 0.53% -
HSV(B) 114.93º 0.91% 0.97% -
XYZ 34.68 67.69 12.05 -
YUV 160.76 50.25 43.3 -
System Red Green Blue C M Y K H S L
Decimal 42 248 23 0.83 0 0.91 0.03 114.93 0.94 0.53
Hex 2A F8 17 53 0 5B 3 73 5E 35
Octal 52 370 27 123 0 133 3 163 136 65
Binary 101010 11111000 10111 1010011 0 1011011 11 1110011 1011110 110101

Color Harmonies of #2AF817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF817

Black with #2AF817

Text Example


Text Example

White with #2AF817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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