Html Css Color HEX #3BEB14 Harlequin

📋 copy color: '#3BEB14'

red 59 ◦ green 235 ◦ blue 20

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

Shades of Harlequin #3BEB14

Tints of Harlequin #3BEB14

RGB

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

 GREEN value IS 235 (92.19% from 255) = 74.84%

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

R = 18.79%
G = 74.84%
B = 6.37%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#3BEB14 (or 0x3BEB14) is known color: Harlequin. HEX triplet: 3B, EB and 14. RGB value is (59,235,20). Sum of RGB (Red+Green+Blue) = 59+235+20=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 235 (92.19% from 255 or 74.84% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 235 - color contains mainly: green. Hex color #3BEB14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BEB14 is #C414EB. Grayscale: #9E9E9E. Windows color (decimal): -12850412 or 1370939. OLE color: 1370939.

HSL color Cylindrical-coordinate representation of color #3BEB14: hue angle of 109.12º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BEB14 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 59 235 20 -
CMYK 0.75 0 0.91 0.08
HSL 109.12º 0.84% 0.5% -
HSV(B) 109.12º 0.91% 0.92% -
XYZ 31.64 60.4 10.65 -
YUV 157.87 50.19 57.48 -
System Red Green Blue C M Y K H S L
Decimal 59 235 20 0.75 0 0.91 0.08 109.12 0.84 0.5
Hex 3B EB 14 4B 0 5B 8 6D 54 32
Octal 73 353 24 113 0 133 10 155 124 62
Binary 111011 11101011 10100 1001011 0 1011011 1000 1101101 1010100 110010

Color Harmonies of #3BEB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEB14

Black with #3BEB14

Text Example


Text Example

White with #3BEB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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