Html Css Color HEX #3CFC09 Harlequin

📋 copy color: '#3CFC09'

red 60 ◦ green 252 ◦ blue 9

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

Shades of Harlequin #3CFC09

Tints of Harlequin #3CFC09

RGB

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

 GREEN value IS 252 (98.83% from 255) = 78.5%

 BLUE value IS 9 (3.91% from 255) = 2.8%

R = 18.69%
G = 78.5%
B = 2.8%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#3CFC09 (or 0x3CFC09) is known color: Harlequin. HEX triplet: 3C, FC and 09. RGB value is (60,252,9). Sum of RGB (Red+Green+Blue) = 60+252+9=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 252 (98.83% from 255 or 78.50% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFC09 is #C303F6. Grayscale: #A7A7A7. Windows color (decimal): -12780535 or 654396. OLE color: 654396.

HSL color Cylindrical-coordinate representation of color #3CFC09: hue angle of 107.41º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CFC09 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 252 9 -
CMYK 0.76 0 0.96 0.01
HSL 107.41º 0.98% 0.51% -
HSV(B) 107.41º 0.96% 0.99% -
XYZ 36.72 70.6 11.95 -
YUV 166.89 38.89 51.76 -
System Red Green Blue C M Y K H S L
Decimal 60 252 9 0.76 0 0.96 0.01 107.41 0.98 0.51
Hex 3C FC 9 4C 0 60 1 6B 62 33
Octal 74 374 11 114 0 140 1 153 142 63
Binary 111100 11111100 1001 1001100 0 1100000 1 1101011 1100010 110011

Color Harmonies of #3CFC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFC09

Black with #3CFC09

Text Example


Text Example

White with #3CFC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,252,9); }

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

background-color css

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

 a { background-color: rgb(60,252,9); }

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

border-color css

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

 span { border-color: rgb(60,252,9); }

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