Html Css Color HEX #2FF816 Harlequin

📋 copy color: '#2FF816'

red 47 ◦ green 248 ◦ blue 22

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

Shades of Harlequin #2FF816

Tints of Harlequin #2FF816

RGB

 RED value IS 47 (18.75% from 255) = 14.83%

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

 BLUE value IS 22 (8.98% from 255) = 6.94%

R = 14.83%
G = 78.23%
B = 6.94%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#2FF816 (or 0x2FF816) is known color: Harlequin. HEX triplet: 2F, F8 and 16. RGB value is (47,248,22). Sum of RGB (Red+Green+Blue) = 47+248+22=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 248 (97.27% from 255 or 78.23% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF816 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF816 is #D007E9. Grayscale: #A2A2A2. Windows color (decimal): -13633514 or 1505327. OLE color: 1505327.

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

Color convert

RGB 47 248 22 -
CMYK 0.81 0 0.91 0.03
HSL 113.36º 0.94% 0.53% -
HSV(B) 113.36º 0.91% 0.97% -
XYZ 34.88 67.8 12.01 -
YUV 162.14 48.91 45.88 -
System Red Green Blue C M Y K H S L
Decimal 47 248 22 0.81 0 0.91 0.03 113.36 0.94 0.53
Hex 2F F8 16 51 0 5B 3 71 5E 35
Octal 57 370 26 121 0 133 3 161 136 65
Binary 101111 11111000 10110 1010001 0 1011011 11 1110001 1011110 110101

Color Harmonies of #2FF816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF816

Black with #2FF816

Text Example


Text Example

White with #2FF816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,248,22); }

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

background-color css

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

 a { background-color: rgb(47,248,22); }

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

border-color css

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

 span { border-color: rgb(47,248,22); }

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