Html Css Color HEX #3BDB02 Harlequin

📋 copy color: '#3BDB02'

red 59 ◦ green 219 ◦ blue 2

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

Shades of Harlequin #3BDB02

Tints of Harlequin #3BDB02

RGB

 RED value IS 59 (23.44% from 255) = 21.07%

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

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

R = 21.07%
G = 78.21%
B = 0.71%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#3BDB02 (or 0x3BDB02) is known color: Harlequin. HEX triplet: 3B, DB and 02. RGB value is (59,219,2). Sum of RGB (Red+Green+Blue) = 59+219+2=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 219 (85.94% from 255 or 78.21% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 219 - color contains mainly: green. Hex color #3BDB02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDB02 is #C424FD. Grayscale: #939393. Windows color (decimal): -12854526 or 187195. OLE color: 187195.

HSL color Cylindrical-coordinate representation of color #3BDB02: hue angle of 104.24º 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 #3BDB02 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 219 2 -
CMYK 0.73 0 0.99 0.14
HSL 104.24º 0.98% 0.43% -
HSV(B) 104.24º 0.99% 0.86% -
XYZ 27.15 51.6 8.59 -
YUV 146.42 46.49 65.64 -
System Red Green Blue C M Y K H S L
Decimal 59 219 2 0.73 0 0.99 0.14 104.24 0.98 0.43
Hex 3B DB 2 49 0 63 E 68 62 2B
Octal 73 333 2 111 0 143 16 150 142 53
Binary 111011 11011011 10 1001001 0 1100011 1110 1101000 1100010 101011

Color Harmonies of #3BDB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDB02

Black with #3BDB02

Text Example


Text Example

White with #3BDB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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