Html Css Color HEX #3CF804 Harlequin

📋 copy color: '#3CF804'

red 60 ◦ green 248 ◦ blue 4

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

Shades of Harlequin #3CF804

Tints of Harlequin #3CF804

RGB

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

 GREEN value IS 248 (97.27% from 255) = 79.49%

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

R = 19.23%
G = 79.49%
B = 1.28%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#3CF804 (or 0x3CF804) is known color: Harlequin. HEX triplet: 3C, F8 and 04. RGB value is (60,248,4). Sum of RGB (Red+Green+Blue) = 60+248+4=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 248 (97.27% from 255 or 79.49% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF804 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF804 is #C307FB. Grayscale: #A4A4A4. Windows color (decimal): -12781564 or 325692. OLE color: 325692.

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

Color convert

RGB 60 248 4 -
CMYK 0.76 0 0.98 0.03
HSL 106.23º 0.97% 0.49% -
HSV(B) 106.23º 0.98% 0.97% -
XYZ 35.45 68.1 11.39 -
YUV 163.97 37.72 53.84 -
System Red Green Blue C M Y K H S L
Decimal 60 248 4 0.76 0 0.98 0.03 106.23 0.97 0.49
Hex 3C F8 4 4C 0 62 3 6A 61 31
Octal 74 370 4 114 0 142 3 152 141 61
Binary 111100 11111000 100 1001100 0 1100010 11 1101010 1100001 110001

Color Harmonies of #3CF804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF804

Black with #3CF804

Text Example


Text Example

White with #3CF804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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