Html Css Color HEX #3BF015 Harlequin

📋 copy color: '#3BF015'

red 59 ◦ green 240 ◦ blue 21

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

Shades of Harlequin #3BF015

Tints of Harlequin #3BF015

RGB

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

 GREEN value IS 240 (94.14% from 255) = 75%

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

R = 18.44%
G = 75%
B = 6.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#3BF015 (or 0x3BF015) is known color: Harlequin. HEX triplet: 3B, F0 and 15. RGB value is (59,240,21). Sum of RGB (Red+Green+Blue) = 59+240+21=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 240 (94.14% from 255 or 75% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 240 - color contains mainly: green. Hex color #3BF015 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF015 is #C40FEA. Grayscale: #A1A1A1. Windows color (decimal): -12849131 or 1437755. OLE color: 1437755.

HSL color Cylindrical-coordinate representation of color #3BF015: hue angle of 109.59º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BF015 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 59 240 21 -
CMYK 0.75 0 0.91 0.06
HSL 109.59º 0.88% 0.51% -
HSV(B) 109.59º 0.91% 0.94% -
XYZ 33.1 63.3 11.18 -
YUV 160.92 49.03 55.31 -
System Red Green Blue C M Y K H S L
Decimal 59 240 21 0.75 0 0.91 0.06 109.59 0.88 0.51
Hex 3B F0 15 4B 0 5B 6 6E 58 33
Octal 73 360 25 113 0 133 6 156 130 63
Binary 111011 11110000 10101 1001011 0 1011011 110 1101110 1011000 110011

Color Harmonies of #3BF015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF015

Black with #3BF015

Text Example


Text Example

White with #3BF015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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