Html Css Color HEX #2FF013 Harlequin

📋 copy color: '#2FF013'

red 47 ◦ green 240 ◦ blue 19

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

Shades of Harlequin #2FF013

Tints of Harlequin #2FF013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.21%

R = 15.36%
G = 78.43%
B = 6.21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#2FF013 (or 0x2FF013) is known color: Harlequin. HEX triplet: 2F, F0 and 13. RGB value is (47,240,19). Sum of RGB (Red+Green+Blue) = 47+240+19=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 240 (94.14% from 255 or 78.43% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF013 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF013 is #D00FEC. Grayscale: #9D9D9D. Windows color (decimal): -13635565 or 1306671. OLE color: 1306671.

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

Color convert

RGB 47 240 19 -
CMYK 0.80 0 0.92 0.06
HSL 112.4º 0.88% 0.51% -
HSV(B) 112.4º 0.92% 0.94% -
XYZ 32.45 62.97 11.06 -
YUV 157.1 50.06 49.47 -
System Red Green Blue C M Y K H S L
Decimal 47 240 19 0.80 0 0.92 0.06 112.4 0.88 0.51
Hex 2F F0 13 50 0 5C 6 70 58 33
Octal 57 360 23 120 0 134 6 160 130 63
Binary 101111 11110000 10011 1010000 0 1011100 110 1110000 1011000 110011

Color Harmonies of #2FF013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF013

Black with #2FF013

Text Example


Text Example

White with #2FF013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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