Html Css Color HEX #3CFA04 Harlequin

📋 copy color: '#3CFA04'

red 60 ◦ green 250 ◦ blue 4

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

Shades of Harlequin #3CFA04

Tints of Harlequin #3CFA04

RGB

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

 GREEN value IS 250 (98.05% from 255) = 79.62%

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 19.11%
G = 79.62%
B = 1.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#3CFA04 (or 0x3CFA04) is known color: Harlequin. HEX triplet: 3C, FA and 04. RGB value is (60,250,4). Sum of RGB (Red+Green+Blue) = 60+250+4=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 250 (98.05% from 255 or 79.62% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFA04 is #C305FB. Grayscale: #A5A5A5. Windows color (decimal): -12781052 or 326204. OLE color: 326204.

HSL color Cylindrical-coordinate representation of color #3CFA04: hue angle of 106.34º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3CFA04 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 250 4 -
CMYK 0.76 0 0.98 0.02
HSL 106.34º 0.97% 0.5% -
HSV(B) 106.34º 0.98% 0.98% -
XYZ 36.07 69.34 11.6 -
YUV 165.15 37.05 53 -
System Red Green Blue C M Y K H S L
Decimal 60 250 4 0.76 0 0.98 0.02 106.34 0.97 0.5
Hex 3C FA 4 4C 0 62 2 6A 61 32
Octal 74 372 4 114 0 142 2 152 141 62
Binary 111100 11111010 100 1001100 0 1100010 10 1101010 1100001 110010

Color Harmonies of #3CFA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFA04

Black with #3CFA04

Text Example


Text Example

White with #3CFA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,250,4); }

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

background-color css

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

 a { background-color: rgb(60,250,4); }

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

border-color css

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

 span { border-color: rgb(60,250,4); }

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