Html Css Color HEX #2FDC07 Harlequin

📋 copy color: '#2FDC07'

red 47 ◦ green 220 ◦ blue 7

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

Shades of Harlequin #2FDC07

Tints of Harlequin #2FDC07

RGB

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

 GREEN value IS 220 (86.33% from 255) = 80.29%

 BLUE value IS 7 (3.13% from 255) = 2.55%

R = 17.15%
G = 80.29%
B = 2.55%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#2FDC07 (or 0x2FDC07) is known color: Harlequin. HEX triplet: 2F, DC and 07. RGB value is (47,220,7). Sum of RGB (Red+Green+Blue) = 47+220+7=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 220 (86.33% from 255 or 80.29% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDC07 is #D023F8. Grayscale: #909090. Windows color (decimal): -13640697 or 515119. OLE color: 515119.

HSL color Cylindrical-coordinate representation of color #2FDC07: hue angle of 108.73º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2FDC07 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 220 7 -
CMYK 0.79 0 0.97 0.14
HSL 108.73º 0.94% 0.45% -
HSV(B) 108.73º 0.97% 0.86% -
XYZ 26.8 51.81 8.79 -
YUV 143.99 50.69 58.82 -
System Red Green Blue C M Y K H S L
Decimal 47 220 7 0.79 0 0.97 0.14 108.73 0.94 0.45
Hex 2F DC 7 4F 0 61 E 6D 5E 2D
Octal 57 334 7 117 0 141 16 155 136 55
Binary 101111 11011100 111 1001111 0 1100001 1110 1101101 1011110 101101

Color Harmonies of #2FDC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC07

Black with #2FDC07

Text Example


Text Example

White with #2FDC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,220,7); }

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

background-color css

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

 a { background-color: rgb(47,220,7); }

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

border-color css

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

 span { border-color: rgb(47,220,7); }

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