Html Css Color HEX #3CEF13 Harlequin

📋 copy color: '#3CEF13'

red 60 ◦ green 239 ◦ blue 19

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

Shades of Harlequin #3CEF13

Tints of Harlequin #3CEF13

RGB

 RED value IS 60 (23.83% from 255) = 18.87%

 GREEN value IS 239 (93.75% from 255) = 75.16%

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

R = 18.87%
G = 75.16%
B = 5.97%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#3CEF13 (or 0x3CEF13) is known color: Harlequin. HEX triplet: 3C, EF and 13. RGB value is (60,239,19). Sum of RGB (Red+Green+Blue) = 60+239+19=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 239 (93.75% from 255 or 75.16% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEF13 is #C310EC. Grayscale: #A1A1A1. Windows color (decimal): -12783853 or 1306428. OLE color: 1306428.

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

Color convert

RGB 60 239 19 -
CMYK 0.75 0 0.92 0.06
HSL 108.82º 0.87% 0.51% -
HSV(B) 108.82º 0.92% 0.94% -
XYZ 32.85 62.74 11 -
YUV 160.4 48.2 56.39 -
System Red Green Blue C M Y K H S L
Decimal 60 239 19 0.75 0 0.92 0.06 108.82 0.87 0.51
Hex 3C EF 13 4B 0 5C 6 6D 57 33
Octal 74 357 23 113 0 134 6 155 127 63
Binary 111100 11101111 10011 1001011 0 1011100 110 1101101 1010111 110011

Color Harmonies of #3CEF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEF13

Black with #3CEF13

Text Example


Text Example

White with #3CEF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,239,19); }

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

background-color css

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

 a { background-color: rgb(60,239,19); }

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

border-color css

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

 span { border-color: rgb(60,239,19); }

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