Html Css Color HEX #3BDA00 Harlequin

📋 copy color: '#3BDA00'

red 59 ◦ green 218 ◦ blue 0

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

Shades of Harlequin #3BDA00

Tints of Harlequin #3BDA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 21.3%
G = 78.7%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#3BDA00 (or 0x3BDA00) is known color: Harlequin. HEX triplet: 3B, DA and 00. RGB value is (59,218,0). Sum of RGB (Red+Green+Blue) = 59+218+0=277 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.30% from 277); Green value is 218 (85.55% from 255 or 78.70% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDA00 is #C425FF. Grayscale: #929292. Windows color (decimal): -12854784 or 55867. OLE color: 55867.

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

Color convert

RGB 59 218 0 -
CMYK 0.73 0 1 0.15
HSL 103.76º 1% 0.43% -
HSV(B) 103.76º 1% 0.85% -
XYZ 26.88 51.07 8.44 -
YUV 145.61 45.82 66.23 -
System Red Green Blue C M Y K H S L
Decimal 59 218 0 0.73 0 1 0.15 103.76 1 0.43
Hex 3B DA 0 49 0 64 F 68 64 2B
Octal 73 332 0 111 0 144 17 150 144 53
Binary 111011 11011010 0 1001001 0 1100100 1111 1101000 1100100 101011

Color Harmonies of #3BDA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDA00

Black with #3BDA00

Text Example


Text Example

White with #3BDA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,218,0); }

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

background-color css

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

 a { background-color: rgb(59,218,0); }

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

border-color css

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

 span { border-color: rgb(59,218,0); }

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