Html Css Color HEX #2FFA06 Harlequin

📋 copy color: '#2FFA06'

red 47 ◦ green 250 ◦ blue 6

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

Shades of Harlequin #2FFA06

Tints of Harlequin #2FFA06

RGB

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

 GREEN value IS 250 (98.05% from 255) = 82.51%

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

R = 15.51%
G = 82.51%
B = 1.98%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#2FFA06 (or 0x2FFA06) is known color: Harlequin. HEX triplet: 2F, FA and 06. RGB value is (47,250,6). Sum of RGB (Red+Green+Blue) = 47+250+6=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 250 (98.05% from 255 or 82.51% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFA06 is #D005F9. Grayscale: #A2A2A2. Windows color (decimal): -13633018 or 457263. OLE color: 457263.

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

Color convert

RGB 47 250 6 -
CMYK 0.81 0 0.98 0.02
HSL 109.92º 0.96% 0.5% -
HSV(B) 109.92º 0.98% 0.98% -
XYZ 35.39 68.99 11.62 -
YUV 161.49 40.25 46.34 -
System Red Green Blue C M Y K H S L
Decimal 47 250 6 0.81 0 0.98 0.02 109.92 0.96 0.5
Hex 2F FA 6 51 0 62 2 6E 60 32
Octal 57 372 6 121 0 142 2 156 140 62
Binary 101111 11111010 110 1010001 0 1100010 10 1101110 1100000 110010

Color Harmonies of #2FFA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFA06

Black with #2FFA06

Text Example


Text Example

White with #2FFA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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