Html Css Color HEX #3CFF03 Harlequin

📋 copy color: '#3CFF03'

red 60 ◦ green 255 ◦ blue 3

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

Shades of Harlequin #3CFF03

Tints of Harlequin #3CFF03

RGB

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

 GREEN value IS 255 (100% from 255) = 80.19%

 BLUE value IS 3 (1.56% from 255) = 0.94%

R = 18.87%
G = 80.19%
B = 0.94%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#3CFF03 (or 0x3CFF03) is known color: Harlequin. HEX triplet: 3C, FF and 03. RGB value is (60,255,3). Sum of RGB (Red+Green+Blue) = 60+255+3=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 255 (100% from 255 or 80.19% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFF03 is #C300FC. Grayscale: #A8A8A8. Windows color (decimal): -12779773 or 261948. OLE color: 261948.

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

Color convert

RGB 60 255 3 -
CMYK 0.76 0 0.99 0
HSL 106.43º 1% 0.51% -
HSV(B) 106.43º 0.99% 1% -
XYZ 37.64 72.49 12.09 -
YUV 167.97 34.9 50.99 -
System Red Green Blue C M Y K H S L
Decimal 60 255 3 0.76 0 0.99 0 106.43 1 0.51
Hex 3C FF 3 4C 0 63 0 6A 64 33
Octal 74 377 3 114 0 143 0 152 144 63
Binary 111100 11111111 11 1001100 0 1100011 0 1101010 1100100 110011

Color Harmonies of #3CFF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFF03

Black with #3CFF03

Text Example


Text Example

White with #3CFF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,255,3); }

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

background-color css

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

 a { background-color: rgb(60,255,3); }

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

border-color css

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

 span { border-color: rgb(60,255,3); }

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