Html Css Color HEX #2AF811 Harlequin

📋 copy color: '#2AF811'

red 42 ◦ green 248 ◦ blue 17

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

Shades of Harlequin #2AF811

Tints of Harlequin #2AF811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.54%

R = 13.68%
G = 80.78%
B = 5.54%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#2AF811 (or 0x2AF811) is known color: Harlequin. HEX triplet: 2A, F8 and 11. RGB value is (42,248,17). Sum of RGB (Red+Green+Blue) = 42+248+17=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 248 (97.27% from 255 or 80.78% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF811 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AF811 is #D507EE. Grayscale: #A0A0A0. Windows color (decimal): -13961199 or 1177642. OLE color: 1177642.

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

Color convert

RGB 42 248 17 -
CMYK 0.83 0 0.93 0.03
HSL 113.51º 0.94% 0.52% -
HSV(B) 113.51º 0.93% 0.97% -
XYZ 34.62 67.67 11.77 -
YUV 160.07 47.25 43.78 -
System Red Green Blue C M Y K H S L
Decimal 42 248 17 0.83 0 0.93 0.03 113.51 0.94 0.52
Hex 2A F8 11 53 0 5D 3 72 5E 34
Octal 52 370 21 123 0 135 3 162 136 64
Binary 101010 11111000 10001 1010011 0 1011101 11 1110010 1011110 110100

Color Harmonies of #2AF811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF811

Black with #2AF811

Text Example


Text Example

White with #2AF811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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