Html Css Color HEX #3CF014 Harlequin

📋 copy color: '#3CF014'

red 60 ◦ green 240 ◦ blue 20

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

Shades of Harlequin #3CF014

Tints of Harlequin #3CF014

RGB

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

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

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

R = 18.75%
G = 75%
B = 6.25%

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

#3CF014 (or 0x3CF014) is known color: Harlequin. HEX triplet: 3C, F0 and 14. RGB value is (60,240,20). Sum of RGB (Red+Green+Blue) = 60+240+20=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 240 (94.14% from 255 or 75% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF014 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF014 is #C30FEB. Grayscale: #A1A1A1. Windows color (decimal): -12783596 or 1372220. OLE color: 1372220.

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

Color convert

RGB 60 240 20 -
CMYK 0.75 0 0.92 0.06
HSL 109.09º 0.88% 0.51% -
HSV(B) 109.09º 0.92% 0.94% -
XYZ 33.15 63.33 11.14 -
YUV 161.1 48.37 55.89 -
System Red Green Blue C M Y K H S L
Decimal 60 240 20 0.75 0 0.92 0.06 109.09 0.88 0.51
Hex 3C F0 14 4B 0 5C 6 6D 58 33
Octal 74 360 24 113 0 134 6 155 130 63
Binary 111100 11110000 10100 1001011 0 1011100 110 1101101 1011000 110011

Color Harmonies of #3CF014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF014

Black with #3CF014

Text Example


Text Example

White with #3CF014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,240,20); }

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

background-color css

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

 a { background-color: rgb(60,240,20); }

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

border-color css

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

 span { border-color: rgb(60,240,20); }

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