Html Css Color HEX #3CFC12 Harlequin

📋 copy color: '#3CFC12'

red 60 ◦ green 252 ◦ blue 18

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

Shades of Harlequin #3CFC12

Tints of Harlequin #3CFC12

RGB

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

 GREEN value IS 252 (98.83% from 255) = 76.36%

 BLUE value IS 18 (7.42% from 255) = 5.45%

R = 18.18%
G = 76.36%
B = 5.45%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#3CFC12 (or 0x3CFC12) is known color: Harlequin. HEX triplet: 3C, FC and 12. RGB value is (60,252,18). Sum of RGB (Red+Green+Blue) = 60+252+18=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 252 (98.83% from 255 or 76.36% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFC12 is #C303ED. Grayscale: #A8A8A8. Windows color (decimal): -12780526 or 1244220. OLE color: 1244220.

HSL color Cylindrical-coordinate representation of color #3CFC12: hue angle of 109.23º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3CFC12 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 252 18 -
CMYK 0.76 0 0.93 0.01
HSL 109.23º 0.98% 0.53% -
HSV(B) 109.23º 0.93% 0.99% -
XYZ 36.78 70.63 12.27 -
YUV 167.92 43.39 51.03 -
System Red Green Blue C M Y K H S L
Decimal 60 252 18 0.76 0 0.93 0.01 109.23 0.98 0.53
Hex 3C FC 12 4C 0 5D 1 6D 62 35
Octal 74 374 22 114 0 135 1 155 142 65
Binary 111100 11111100 10010 1001100 0 1011101 1 1101101 1100010 110101

Color Harmonies of #3CFC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFC12

Black with #3CFC12

Text Example


Text Example

White with #3CFC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,252,18); }

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

background-color css

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

 a { background-color: rgb(60,252,18); }

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

border-color css

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

 span { border-color: rgb(60,252,18); }

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