Html Css Color HEX #2FF017 Harlequin

📋 copy color: '#2FF017'

red 47 ◦ green 240 ◦ blue 23

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

Shades of Harlequin #2FF017

Tints of Harlequin #2FF017

RGB

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

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

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

R = 15.16%
G = 77.42%
B = 7.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#2FF017 (or 0x2FF017) is known color: Harlequin. HEX triplet: 2F, F0 and 17. RGB value is (47,240,23). Sum of RGB (Red+Green+Blue) = 47+240+23=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 240 (94.14% from 255 or 77.42% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF017 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF017 is #D00FE8. Grayscale: #9E9E9E. Windows color (decimal): -13635561 or 1568815. OLE color: 1568815.

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

Color convert

RGB 47 240 23 -
CMYK 0.80 0 0.90 0.06
HSL 113.36º 0.88% 0.52% -
HSV(B) 113.36º 0.9% 0.94% -
XYZ 32.49 62.99 11.26 -
YUV 157.56 52.06 49.14 -
System Red Green Blue C M Y K H S L
Decimal 47 240 23 0.80 0 0.90 0.06 113.36 0.88 0.52
Hex 2F F0 17 50 0 5A 6 71 58 34
Octal 57 360 27 120 0 132 6 161 130 64
Binary 101111 11110000 10111 1010000 0 1011010 110 1110001 1011000 110100

Color Harmonies of #2FF017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF017

Black with #2FF017

Text Example


Text Example

White with #2FF017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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