Html Css Color HEX #3CFD07 Harlequin

📋 copy color: '#3CFD07'

red 60 ◦ green 253 ◦ blue 7

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

Shades of Harlequin #3CFD07

Tints of Harlequin #3CFD07

RGB

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

 GREEN value IS 253 (99.22% from 255) = 79.06%

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 18.75%
G = 79.06%
B = 2.19%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#3CFD07 (or 0x3CFD07) is known color: Harlequin. HEX triplet: 3C, FD and 07. RGB value is (60,253,7). Sum of RGB (Red+Green+Blue) = 60+253+7=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 253 (99.22% from 255 or 79.06% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFD07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFD07 is #C302F8. Grayscale: #A8A8A8. Windows color (decimal): -12780281 or 523580. OLE color: 523580.

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

Color convert

RGB 60 253 7 -
CMYK 0.76 0 0.97 0.01
HSL 107.07º 0.98% 0.51% -
HSV(B) 107.07º 0.97% 0.99% -
XYZ 37.03 71.23 12 -
YUV 167.25 37.56 51.5 -
System Red Green Blue C M Y K H S L
Decimal 60 253 7 0.76 0 0.97 0.01 107.07 0.98 0.51
Hex 3C FD 7 4C 0 61 1 6B 62 33
Octal 74 375 7 114 0 141 1 153 142 63
Binary 111100 11111101 111 1001100 0 1100001 1 1101011 1100010 110011

Color Harmonies of #3CFD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFD07

Black with #3CFD07

Text Example


Text Example

White with #3CFD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,253,7); }

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

background-color css

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

 a { background-color: rgb(60,253,7); }

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

border-color css

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

 span { border-color: rgb(60,253,7); }

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