Html Css Color HEX #2FF707 Harlequin

📋 copy color: '#2FF707'

red 47 ◦ green 247 ◦ blue 7

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

Shades of Harlequin #2FF707

Tints of Harlequin #2FF707

RGB

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

 GREEN value IS 247 (96.88% from 255) = 82.06%

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

R = 15.61%
G = 82.06%
B = 2.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#2FF707 (or 0x2FF707) is known color: Harlequin. HEX triplet: 2F, F7 and 07. RGB value is (47,247,7). Sum of RGB (Red+Green+Blue) = 47+247+7=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 247 (96.88% from 255 or 82.06% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF707 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF707 is #D008F8. Grayscale: #A0A0A0. Windows color (decimal): -13633785 or 522031. OLE color: 522031.

HSL color Cylindrical-coordinate representation of color #2FF707: hue angle of 110º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2FF707 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB 47 247 7 -
CMYK 0.81 0 0.97 0.03
HSL 110º 0.94% 0.5% -
HSV(B) 110º 0.97% 0.97% -
XYZ 34.47 67.14 11.34 -
YUV 159.84 41.74 47.51 -
System Red Green Blue C M Y K H S L
Decimal 47 247 7 0.81 0 0.97 0.03 110 0.94 0.5
Hex 2F F7 7 51 0 61 3 6E 5E 32
Octal 57 367 7 121 0 141 3 156 136 62
Binary 101111 11110111 111 1010001 0 1100001 11 1101110 1011110 110010

Color Harmonies of #2FF707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF707

Black with #2FF707

Text Example


Text Example

White with #2FF707

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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