Html Css Color HEX #3FDB02 Harlequin

📋 copy color: '#3FDB02'

red 63 ◦ green 219 ◦ blue 2

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

Shades of Harlequin #3FDB02

Tints of Harlequin #3FDB02

RGB

 RED value IS 63 (25% from 255) = 22.18%

 GREEN value IS 219 (85.94% from 255) = 77.11%

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 22.18%
G = 77.11%
B = 0.7%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#3FDB02 (or 0x3FDB02) is known color: Harlequin. HEX triplet: 3F, DB and 02. RGB value is (63,219,2). Sum of RGB (Red+Green+Blue) = 63+219+2=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 219 (85.94% from 255 or 77.11% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDB02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDB02 is #C024FD. Grayscale: #949494. Windows color (decimal): -12592382 or 187199. OLE color: 187199.

HSL color Cylindrical-coordinate representation of color #3FDB02: hue angle of 103.13º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3FDB02 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 219 2 -
CMYK 0.71 0 0.99 0.14
HSL 103.13º 0.98% 0.43% -
HSV(B) 103.13º 0.99% 0.86% -
XYZ 27.39 51.72 8.6 -
YUV 147.62 45.82 67.64 -
System Red Green Blue C M Y K H S L
Decimal 63 219 2 0.71 0 0.99 0.14 103.13 0.98 0.43
Hex 3F DB 2 47 0 63 E 67 62 2B
Octal 77 333 2 107 0 143 16 147 142 53
Binary 111111 11011011 10 1000111 0 1100011 1110 1100111 1100010 101011

Color Harmonies of #3FDB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDB02

Black with #3FDB02

Text Example


Text Example

White with #3FDB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FDB02; }

 p { color: rgb(63,219,2); }

 H1.HeaderClassName
 {
   color: #3FDB02;
 }
 .AnyTagClassName
 {
   color: #3FDB02;
 }
</style>

background-color css

<style>
 a { background-color: #3FDB02; }

 a { background-color: rgb(63,219,2); }

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

border-color css

<style>
 span { border-color: #3FDB02; }

 span { border-color: rgb(63,219,2); }

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