Html Css Color HEX #2FDA01 Harlequin

📋 copy color: '#2FDA01'

red 47 ◦ green 218 ◦ blue 1

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

Shades of Harlequin #2FDA01

Tints of Harlequin #2FDA01

RGB

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

 GREEN value IS 218 (85.55% from 255) = 81.95%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 17.67%
G = 81.95%
B = 0.38%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#2FDA01 (or 0x2FDA01) is known color: Harlequin. HEX triplet: 2F, DA and 01. RGB value is (47,218,1). Sum of RGB (Red+Green+Blue) = 47+218+1=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 218 (85.55% from 255 or 81.95% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDA01 is #D025FE. Grayscale: #8E8E8E. Windows color (decimal): -13641215 or 121391. OLE color: 121391.

HSL color Cylindrical-coordinate representation of color #2FDA01: hue angle of 107.28º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FDA01 is Cyan = 0.78, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 218 1 -
CMYK 0.78 0 1.00 0.15
HSL 107.28º 0.99% 0.43% -
HSV(B) 107.28º 1% 0.85% -
XYZ 26.25 50.75 8.44 -
YUV 142.13 48.35 60.14 -
System Red Green Blue C M Y K H S L
Decimal 47 218 1 0.78 0 1.00 0.15 107.28 0.99 0.43
Hex 2F DA 1 4E 0 64 F 6B 63 2B
Octal 57 332 1 116 0 144 17 153 143 53
Binary 101111 11011010 1 1001110 0 1100100 1111 1101011 1100011 101011

Color Harmonies of #2FDA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDA01

Black with #2FDA01

Text Example


Text Example

White with #2FDA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,218,1); }

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

background-color css

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

 a { background-color: rgb(47,218,1); }

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

border-color css

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

 span { border-color: rgb(47,218,1); }

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