Html Css Color HEX #2FD800 Harlequin

📋 copy color: '#2FD800'

red 47 ◦ green 216 ◦ blue 0

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

Shades of Harlequin #2FD800

Tints of Harlequin #2FD800

RGB

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

 GREEN value IS 216 (84.77% from 255) = 82.13%

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

R = 17.87%
G = 82.13%
B = 0%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#2FD800 (or 0x2FD800) is known color: Harlequin. HEX triplet: 2F, D8 and 00. RGB value is (47,216,0). Sum of RGB (Red+Green+Blue) = 47+216+0=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 216 (84.77% from 255 or 82.13% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD800 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD800 is #D027FF. Grayscale: #8D8D8D. Windows color (decimal): -13641728 or 55343. OLE color: 55343.

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

Color convert

RGB 47 216 0 -
CMYK 0.78 0 1 0.15
HSL 106.94º 1% 0.42% -
HSV(B) 106.94º 1% 0.85% -
XYZ 25.73 49.72 8.24 -
YUV 140.85 48.51 61.06 -
System Red Green Blue C M Y K H S L
Decimal 47 216 0 0.78 0 1 0.15 106.94 1 0.42
Hex 2F D8 0 4E 0 64 F 6B 64 2A
Octal 57 330 0 116 0 144 17 153 144 52
Binary 101111 11011000 0 1001110 0 1100100 1111 1101011 1100100 101010

Color Harmonies of #2FD800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD800

Black with #2FD800

Text Example


Text Example

White with #2FD800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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