Html Css Color HEX #3BFD13 Harlequin

📋 copy color: '#3BFD13'

red 59 ◦ green 253 ◦ blue 19

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

Shades of Harlequin #3BFD13

Tints of Harlequin #3BFD13

RGB

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

 GREEN value IS 253 (99.22% from 255) = 76.44%

 BLUE value IS 19 (7.81% from 255) = 5.74%

R = 17.82%
G = 76.44%
B = 5.74%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#3BFD13 (or 0x3BFD13) is known color: Harlequin. HEX triplet: 3B, FD and 13. RGB value is (59,253,19). Sum of RGB (Red+Green+Blue) = 59+253+19=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 253 (99.22% from 255 or 76.44% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFD13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFD13 is #C402EC. Grayscale: #A9A9A9. Windows color (decimal): -12845805 or 1310011. OLE color: 1310011.

HSL color Cylindrical-coordinate representation of color #3BFD13: hue angle of 109.74º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3BFD13 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 59 253 19 -
CMYK 0.77 0 0.92 0.01
HSL 109.74º 0.98% 0.53% -
HSV(B) 109.74º 0.92% 0.99% -
XYZ 37.05 71.23 12.41 -
YUV 168.32 43.73 50.03 -
System Red Green Blue C M Y K H S L
Decimal 59 253 19 0.77 0 0.92 0.01 109.74 0.98 0.53
Hex 3B FD 13 4D 0 5C 1 6E 62 35
Octal 73 375 23 115 0 134 1 156 142 65
Binary 111011 11111101 10011 1001101 0 1011100 1 1101110 1100010 110101

Color Harmonies of #3BFD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFD13

Black with #3BFD13

Text Example


Text Example

White with #3BFD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,253,19); }

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

background-color css

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

 a { background-color: rgb(59,253,19); }

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

border-color css

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

 span { border-color: rgb(59,253,19); }

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