Html Css Color HEX #2FF70B Harlequin

📋 copy color: '#2FF70B'

red 47 ◦ green 247 ◦ blue 11

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

Shades of Harlequin #2FF70B

Tints of Harlequin #2FF70B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.61%

R = 15.41%
G = 80.98%
B = 3.61%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#2FF70B (or 0x2FF70B) is known color: Harlequin. HEX triplet: 2F, F7 and 0B. RGB value is (47,247,11). Sum of RGB (Red+Green+Blue) = 47+247+11=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 247 (96.88% from 255 or 80.98% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF70B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FF70B is #D008F4. Grayscale: #A1A1A1. Windows color (decimal): -13633781 or 784175. OLE color: 784175.

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

Color convert

RGB 47 247 11 -
CMYK 0.81 0 0.96 0.03
HSL 110.85º 0.94% 0.51% -
HSV(B) 110.85º 0.96% 0.97% -
XYZ 34.49 67.15 11.46 -
YUV 160.3 43.74 47.19 -
System Red Green Blue C M Y K H S L
Decimal 47 247 11 0.81 0 0.96 0.03 110.85 0.94 0.51
Hex 2F F7 B 51 0 60 3 6F 5E 33
Octal 57 367 13 121 0 140 3 157 136 63
Binary 101111 11110111 1011 1010001 0 1100000 11 1101111 1011110 110011

Color Harmonies of #2FF70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF70B

Black with #2FF70B

Text Example


Text Example

White with #2FF70B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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