Html Css Color HEX #3BE014 Harlequin

📋 copy color: '#3BE014'

red 59 ◦ green 224 ◦ blue 20

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

Shades of Harlequin #3BE014

Tints of Harlequin #3BE014

RGB

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

 GREEN value IS 224 (87.89% from 255) = 73.93%

 BLUE value IS 20 (8.2% from 255) = 6.6%

R = 19.47%
G = 73.93%
B = 6.6%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#3BE014 (or 0x3BE014) is known color: Harlequin. HEX triplet: 3B, E0 and 14. RGB value is (59,224,20). Sum of RGB (Red+Green+Blue) = 59+224+20=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 224 (87.89% from 255 or 73.93% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE014 is #C41FEB. Grayscale: #989898. Windows color (decimal): -12853228 or 1368123. OLE color: 1368123.

HSL color Cylindrical-coordinate representation of color #3BE014: hue angle of 108.53º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BE014 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 59 224 20 -
CMYK 0.74 0 0.91 0.12
HSL 108.53º 0.84% 0.48% -
HSV(B) 108.53º 0.91% 0.88% -
XYZ 28.59 54.29 9.63 -
YUV 151.41 53.84 62.09 -
System Red Green Blue C M Y K H S L
Decimal 59 224 20 0.74 0 0.91 0.12 108.53 0.84 0.48
Hex 3B E0 14 4A 0 5B C 6D 54 30
Octal 73 340 24 112 0 133 14 155 124 60
Binary 111011 11100000 10100 1001010 0 1011011 1100 1101101 1010100 110000

Color Harmonies of #3BE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE014

Black with #3BE014

Text Example


Text Example

White with #3BE014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,224,20); }

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

background-color css

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

 a { background-color: rgb(59,224,20); }

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

border-color css

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

 span { border-color: rgb(59,224,20); }

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