Html Css Color HEX #3CFA05 Harlequin

📋 copy color: '#3CFA05'

red 60 ◦ green 250 ◦ blue 5

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

Shades of Harlequin #3CFA05

Tints of Harlequin #3CFA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 19.05%
G = 79.37%
B = 1.59%

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

#3CFA05 (or 0x3CFA05) is known color: Harlequin. HEX triplet: 3C, FA and 05. RGB value is (60,250,5). Sum of RGB (Red+Green+Blue) = 60+250+5=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 250 (98.05% from 255 or 79.37% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFA05 is #C305FA. Grayscale: #A6A6A6. Windows color (decimal): -12781051 or 391740. OLE color: 391740.

HSL color Cylindrical-coordinate representation of color #3CFA05: hue angle of 106.53º degrees, saturation: 0.96, 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 #3CFA05 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 250 5 -
CMYK 0.76 0 0.98 0.02
HSL 106.53º 0.96% 0.5% -
HSV(B) 106.53º 0.98% 0.98% -
XYZ 36.08 69.34 11.63 -
YUV 165.26 37.55 52.92 -
System Red Green Blue C M Y K H S L
Decimal 60 250 5 0.76 0 0.98 0.02 106.53 0.96 0.5
Hex 3C FA 5 4C 0 62 2 6B 60 32
Octal 74 372 5 114 0 142 2 153 140 62
Binary 111100 11111010 101 1001100 0 1100010 10 1101011 1100000 110010

Color Harmonies of #3CFA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFA05

Black with #3CFA05

Text Example


Text Example

White with #3CFA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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