Html Css Color HEX #2FF016 Harlequin

📋 copy color: '#2FF016'

red 47 ◦ green 240 ◦ blue 22

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

Shades of Harlequin #2FF016

Tints of Harlequin #2FF016

RGB

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

 GREEN value IS 240 (94.14% from 255) = 77.67%

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

R = 15.21%
G = 77.67%
B = 7.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#2FF016 (or 0x2FF016) is known color: Harlequin. HEX triplet: 2F, F0 and 16. RGB value is (47,240,22). Sum of RGB (Red+Green+Blue) = 47+240+22=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 240 (94.14% from 255 or 77.67% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF016 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF016 is #D00FE9. Grayscale: #9E9E9E. Windows color (decimal): -13635562 or 1503279. OLE color: 1503279.

HSL color Cylindrical-coordinate representation of color #2FF016: hue angle of 113.12º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FF016 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 240 22 -
CMYK 0.80 0 0.91 0.06
HSL 113.12º 0.88% 0.51% -
HSV(B) 113.12º 0.91% 0.94% -
XYZ 32.48 62.98 11.2 -
YUV 157.44 51.56 49.23 -
System Red Green Blue C M Y K H S L
Decimal 47 240 22 0.80 0 0.91 0.06 113.12 0.88 0.51
Hex 2F F0 16 50 0 5B 6 71 58 33
Octal 57 360 26 120 0 133 6 161 130 63
Binary 101111 11110000 10110 1010000 0 1011011 110 1110001 1011000 110011

Color Harmonies of #2FF016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF016

Black with #2FF016

Text Example


Text Example

White with #2FF016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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