Html Css Color HEX #2FD706 Harlequin

📋 copy color: '#2FD706'

red 47 ◦ green 215 ◦ blue 6

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

Shades of Harlequin #2FD706

Tints of Harlequin #2FD706

RGB

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

 GREEN value IS 215 (84.38% from 255) = 80.22%

 BLUE value IS 6 (2.73% from 255) = 2.24%

R = 17.54%
G = 80.22%
B = 2.24%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#2FD706 (or 0x2FD706) is known color: Harlequin. HEX triplet: 2F, D7 and 06. RGB value is (47,215,6). Sum of RGB (Red+Green+Blue) = 47+215+6=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 215 (84.38% from 255 or 80.22% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD706 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD706 is #D028F9. Grayscale: #8D8D8D. Windows color (decimal): -13641978 or 448303. OLE color: 448303.

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

Color convert

RGB 47 215 6 -
CMYK 0.78 0 0.97 0.16
HSL 108.23º 0.95% 0.43% -
HSV(B) 108.23º 0.97% 0.84% -
XYZ 25.51 49.22 8.33 -
YUV 140.94 51.84 60.99 -
System Red Green Blue C M Y K H S L
Decimal 47 215 6 0.78 0 0.97 0.16 108.23 0.95 0.43
Hex 2F D7 6 4E 0 61 10 6C 5F 2B
Octal 57 327 6 116 0 141 20 154 137 53
Binary 101111 11010111 110 1001110 0 1100001 10000 1101100 1011111 101011

Color Harmonies of #2FD706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD706

Black with #2FD706

Text Example


Text Example

White with #2FD706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,215,6); }

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

background-color css

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

 a { background-color: rgb(47,215,6); }

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

border-color css

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

 span { border-color: rgb(47,215,6); }

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