Html Css Color HEX #3CF400 Harlequin

📋 copy color: '#3CF400'

red 60 ◦ green 244 ◦ blue 0

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

Shades of Harlequin #3CF400

Tints of Harlequin #3CF400

RGB

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

 GREEN value IS 244 (95.7% from 255) = 80.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 19.74%
G = 80.26%
B = 0%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#3CF400 (or 0x3CF400) is known color: Harlequin. HEX triplet: 3C, F4 and 00. RGB value is (60,244,0). Sum of RGB (Red+Green+Blue) = 60+244+0=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 244 (95.70% from 255 or 80.26% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF400 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF400 is #C30BFF. Grayscale: #A1A1A1. Windows color (decimal): -12782592 or 62524. OLE color: 62524.

HSL color Cylindrical-coordinate representation of color #3CF400: hue angle of 105.25º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CF400 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 60 244 0 -
CMYK 0.75 0 1 0.04
HSL 105.25º 1% 0.48% -
HSV(B) 105.25º 1% 0.96% -
XYZ 34.21 65.66 10.87 -
YUV 161.17 37.04 55.84 -
System Red Green Blue C M Y K H S L
Decimal 60 244 0 0.75 0 1 0.04 105.25 1 0.48
Hex 3C F4 0 4B 0 64 4 69 64 30
Octal 74 364 0 113 0 144 4 151 144 60
Binary 111100 11110100 0 1001011 0 1100100 100 1101001 1100100 110000

Color Harmonies of #3CF400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF400

Black with #3CF400

Text Example


Text Example

White with #3CF400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,244,0); }

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

background-color css

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

 a { background-color: rgb(60,244,0); }

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

border-color css

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

 span { border-color: rgb(60,244,0); }

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