Html Css Color HEX #2FD600 Harlequin

📋 copy color: '#2FD600'

red 47 ◦ green 214 ◦ blue 0

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

Shades of Harlequin #2FD600

Tints of Harlequin #2FD600

RGB

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

 GREEN value IS 214 (83.98% from 255) = 81.99%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 18.01%
G = 81.99%
B = 0%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#2FD600 (or 0x2FD600) is known color: Harlequin. HEX triplet: 2F, D6 and 00. RGB value is (47,214,0). Sum of RGB (Red+Green+Blue) = 47+214+0=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 214 (83.98% from 255 or 81.99% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD600 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD600 is #D029FF. Grayscale: #8C8C8C. Windows color (decimal): -13642240 or 54831. OLE color: 54831.

HSL color Cylindrical-coordinate representation of color #2FD600: hue angle of 106.82º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FD600 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 214 0 -
CMYK 0.78 0 1 0.16
HSL 106.82º 1% 0.42% -
HSV(B) 106.82º 1% 0.84% -
XYZ 25.22 48.7 8.07 -
YUV 139.67 49.17 61.9 -
System Red Green Blue C M Y K H S L
Decimal 47 214 0 0.78 0 1 0.16 106.82 1 0.42
Hex 2F D6 0 4E 0 64 10 6B 64 2A
Octal 57 326 0 116 0 144 20 153 144 52
Binary 101111 11010110 0 1001110 0 1100100 10000 1101011 1100100 101010

Color Harmonies of #2FD600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD600

Black with #2FD600

Text Example


Text Example

White with #2FD600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,214,0); }

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

background-color css

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

 a { background-color: rgb(47,214,0); }

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

border-color css

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

 span { border-color: rgb(47,214,0); }

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