Html Css Color HEX #2FFC19 Harlequin

📋 copy color: '#2FFC19'

red 47 ◦ green 252 ◦ blue 25

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

Shades of Harlequin #2FFC19

Tints of Harlequin #2FFC19

RGB

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

 GREEN value IS 252 (98.83% from 255) = 77.78%

 BLUE value IS 25 (10.16% from 255) = 7.72%

R = 14.51%
G = 77.78%
B = 7.72%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#2FFC19 (or 0x2FFC19) is known color: Harlequin. HEX triplet: 2F, FC and 19. RGB value is (47,252,25). Sum of RGB (Red+Green+Blue) = 47+252+25=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 252 (98.83% from 255 or 77.78% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFC19 is #D003E6. Grayscale: #A5A5A5. Windows color (decimal): -13632487 or 1702959. OLE color: 1702959.

HSL color Cylindrical-coordinate representation of color #2FFC19: hue angle of 114.19º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FFC19 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 252 25 -
CMYK 0.81 0 0.90 0.01
HSL 114.19º 0.97% 0.54% -
HSV(B) 114.19º 0.9% 0.99% -
XYZ 36.16 70.3 12.58 -
YUV 164.83 49.08 43.96 -
System Red Green Blue C M Y K H S L
Decimal 47 252 25 0.81 0 0.90 0.01 114.19 0.97 0.54
Hex 2F FC 19 51 0 5A 1 72 61 36
Octal 57 374 31 121 0 132 1 162 141 66
Binary 101111 11111100 11001 1010001 0 1011010 1 1110010 1100001 110110

Color Harmonies of #2FFC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFC19

Black with #2FFC19

Text Example


Text Example

White with #2FFC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,252,25); }

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

background-color css

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

 a { background-color: rgb(47,252,25); }

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

border-color css

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

 span { border-color: rgb(47,252,25); }

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