Html Css Color HEX #3CF70E Harlequin

📋 copy color: '#3CF70E'

red 60 ◦ green 247 ◦ blue 14

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

Shades of Harlequin #3CF70E

Tints of Harlequin #3CF70E

RGB

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

 GREEN value IS 247 (96.88% from 255) = 76.95%

 BLUE value IS 14 (5.86% from 255) = 4.36%

R = 18.69%
G = 76.95%
B = 4.36%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#3CF70E (or 0x3CF70E) is known color: Harlequin. HEX triplet: 3C, F7 and 0E. RGB value is (60,247,14). Sum of RGB (Red+Green+Blue) = 60+247+14=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 247 (96.88% from 255 or 76.95% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF70E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF70E is #C308F1. Grayscale: #A5A5A5. Windows color (decimal): -12781810 or 980796. OLE color: 980796.

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

Color convert

RGB 60 247 14 -
CMYK 0.76 0 0.94 0.03
HSL 108.15º 0.94% 0.51% -
HSV(B) 108.15º 0.94% 0.97% -
XYZ 35.2 67.51 11.59 -
YUV 164.53 43.05 53.45 -
System Red Green Blue C M Y K H S L
Decimal 60 247 14 0.76 0 0.94 0.03 108.15 0.94 0.51
Hex 3C F7 E 4C 0 5E 3 6C 5E 33
Octal 74 367 16 114 0 136 3 154 136 63
Binary 111100 11110111 1110 1001100 0 1011110 11 1101100 1011110 110011

Color Harmonies of #3CF70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF70E

Black with #3CF70E

Text Example


Text Example

White with #3CF70E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,247,14); }

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

background-color css

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

 a { background-color: rgb(60,247,14); }

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

border-color css

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

 span { border-color: rgb(60,247,14); }

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