Html Css Color HEX #3CF00D Harlequin

📋 copy color: '#3CF00D'

red 60 ◦ green 240 ◦ blue 13

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

Shades of Harlequin #3CF00D

Tints of Harlequin #3CF00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.15%

R = 19.17%
G = 76.68%
B = 4.15%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#3CF00D (or 0x3CF00D) is known color: Harlequin. HEX triplet: 3C, F0 and 0D. RGB value is (60,240,13). Sum of RGB (Red+Green+Blue) = 60+240+13=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 240 (94.14% from 255 or 76.68% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF00D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF00D is #C30FF2. Grayscale: #A1A1A1. Windows color (decimal): -12783603 or 913468. OLE color: 913468.

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

Color convert

RGB 60 240 13 -
CMYK 0.75 0 0.95 0.06
HSL 107.58º 0.9% 0.5% -
HSV(B) 107.58º 0.95% 0.94% -
XYZ 33.1 63.31 10.86 -
YUV 160.3 44.87 56.46 -
System Red Green Blue C M Y K H S L
Decimal 60 240 13 0.75 0 0.95 0.06 107.58 0.9 0.5
Hex 3C F0 D 4B 0 5F 6 6C 5A 32
Octal 74 360 15 113 0 137 6 154 132 62
Binary 111100 11110000 1101 1001011 0 1011111 110 1101100 1011010 110010

Color Harmonies of #3CF00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF00D

Black with #3CF00D

Text Example


Text Example

White with #3CF00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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