Html Css Color HEX #3CFE07 Harlequin

📋 copy color: '#3CFE07'

red 60 ◦ green 254 ◦ blue 7

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

Shades of Harlequin #3CFE07

Tints of Harlequin #3CFE07

RGB

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

 GREEN value IS 254 (99.61% from 255) = 79.13%

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

R = 18.69%
G = 79.13%
B = 2.18%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#3CFE07 (or 0x3CFE07) is known color: Harlequin. HEX triplet: 3C, FE and 07. RGB value is (60,254,7). Sum of RGB (Red+Green+Blue) = 60+254+7=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 254 (99.61% from 255 or 79.13% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFE07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFE07 is #C301F8. Grayscale: #A8A8A8. Windows color (decimal): -12780025 or 523836. OLE color: 523836.

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

Color convert

RGB 60 254 7 -
CMYK 0.76 0 0.97 0.00
HSL 107.13º 0.99% 0.51% -
HSV(B) 107.13º 0.97% 1% -
XYZ 37.34 71.86 12.1 -
YUV 167.84 37.23 51.08 -
System Red Green Blue C M Y K H S L
Decimal 60 254 7 0.76 0 0.97 0.00 107.13 0.99 0.51
Hex 3C FE 7 4C 0 61 0 6B 63 33
Octal 74 376 7 114 0 141 0 153 143 63
Binary 111100 11111110 111 1001100 0 1100001 0 1101011 1100011 110011

Color Harmonies of #3CFE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFE07

Black with #3CFE07

Text Example


Text Example

White with #3CFE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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