Html Css Color HEX #3CEF16 Harlequin

📋 copy color: '#3CEF16'

red 60 ◦ green 239 ◦ blue 22

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

Shades of Harlequin #3CEF16

Tints of Harlequin #3CEF16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.85%

R = 18.69%
G = 74.45%
B = 6.85%

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

#3CEF16 (or 0x3CEF16) is known color: Harlequin. HEX triplet: 3C, EF and 16. RGB value is (60,239,22). Sum of RGB (Red+Green+Blue) = 60+239+22=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 239 (93.75% from 255 or 74.45% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEF16 is #C310E9. Grayscale: #A1A1A1. Windows color (decimal): -12783850 or 1503036. OLE color: 1503036.

HSL color Cylindrical-coordinate representation of color #3CEF16: hue angle of 109.49º degrees, saturation: 0.87, 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 #3CEF16 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 239 22 -
CMYK 0.75 0 0.91 0.06
HSL 109.49º 0.87% 0.51% -
HSV(B) 109.49º 0.91% 0.94% -
XYZ 32.87 62.75 11.14 -
YUV 160.74 49.7 56.14 -
System Red Green Blue C M Y K H S L
Decimal 60 239 22 0.75 0 0.91 0.06 109.49 0.87 0.51
Hex 3C EF 16 4B 0 5B 6 6D 57 33
Octal 74 357 26 113 0 133 6 155 127 63
Binary 111100 11101111 10110 1001011 0 1011011 110 1101101 1010111 110011

Color Harmonies of #3CEF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEF16

Black with #3CEF16

Text Example


Text Example

White with #3CEF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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