Html Css Color HEX #3BFF15 Harlequin

📋 copy color: '#3BFF15'

red 59 ◦ green 255 ◦ blue 21

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

Shades of Harlequin #3BFF15

Tints of Harlequin #3BFF15

RGB

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

 GREEN value IS 255 (100% from 255) = 76.12%

 BLUE value IS 21 (8.59% from 255) = 6.27%

R = 17.61%
G = 76.12%
B = 6.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#3BFF15 (or 0x3BFF15) is known color: Harlequin. HEX triplet: 3B, FF and 15. RGB value is (59,255,21). Sum of RGB (Red+Green+Blue) = 59+255+21=335 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.61% from 335); Green value is 255 (100% from 255 or 76.12% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFF15 is #C400EA. Grayscale: #AAAAAA. Windows color (decimal): -12845291 or 1441595. OLE color: 1441595.

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

Color convert

RGB 59 255 21 -
CMYK 0.77 0 0.92 0
HSL 110.26º 1% 0.54% -
HSV(B) 110.26º 0.92% 1% -
XYZ 37.7 72.5 12.72 -
YUV 169.72 44.07 49.03 -
System Red Green Blue C M Y K H S L
Decimal 59 255 21 0.77 0 0.92 0 110.26 1 0.54
Hex 3B FF 15 4D 0 5C 0 6E 64 36
Octal 73 377 25 115 0 134 0 156 144 66
Binary 111011 11111111 10101 1001101 0 1011100 0 1101110 1100100 110110

Color Harmonies of #3BFF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFF15

Black with #3BFF15

Text Example


Text Example

White with #3BFF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,255,21); }

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

background-color css

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

 a { background-color: rgb(59,255,21); }

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

border-color css

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

 span { border-color: rgb(59,255,21); }

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