Html Css Color HEX #3CF320 Harlequin

📋 copy color: '#3CF320'

red 60 ◦ green 243 ◦ blue 32

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

Shades of Harlequin #3CF320

Tints of Harlequin #3CF320

RGB

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

 GREEN value IS 243 (95.31% from 255) = 72.54%

 BLUE value IS 32 (12.89% from 255) = 9.55%

R = 17.91%
G = 72.54%
B = 9.55%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#3CF320 (or 0x3CF320) is known color: Harlequin. HEX triplet: 3C, F3 and 20. RGB value is (60,243,32). Sum of RGB (Red+Green+Blue) = 60+243+32=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 243 (95.31% from 255 or 72.54% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF320 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF320 is #C30CDF. Grayscale: #A4A4A4. Windows color (decimal): -12782816 or 2159420. OLE color: 2159420.

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

Color convert

RGB 60 243 32 -
CMYK 0.75 0 0.87 0.05
HSL 112.04º 0.9% 0.54% -
HSV(B) 112.04º 0.87% 0.95% -
XYZ 34.17 65.17 12.14 -
YUV 164.23 53.37 53.66 -
System Red Green Blue C M Y K H S L
Decimal 60 243 32 0.75 0 0.87 0.05 112.04 0.9 0.54
Hex 3C F3 20 4B 0 57 5 70 5A 36
Octal 74 363 40 113 0 127 5 160 132 66
Binary 111100 11110011 100000 1001011 0 1010111 101 1110000 1011010 110110

Color Harmonies of #3CF320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF320

Black with #3CF320

Text Example


Text Example

White with #3CF320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,243,32); }

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

background-color css

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

 a { background-color: rgb(60,243,32); }

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

border-color css

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

 span { border-color: rgb(60,243,32); }

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