Html Css Color HEX #3CFA0E Harlequin

📋 copy color: '#3CFA0E'

red 60 ◦ green 250 ◦ blue 14

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

Shades of Harlequin #3CFA0E

Tints of Harlequin #3CFA0E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 77.16%

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

R = 18.52%
G = 77.16%
B = 4.32%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#3CFA0E (or 0x3CFA0E) is known color: Harlequin. HEX triplet: 3C, FA and 0E. RGB value is (60,250,14). Sum of RGB (Red+Green+Blue) = 60+250+14=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 250 (98.05% from 255 or 77.16% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFA0E is #C305F1. Grayscale: #A7A7A7. Windows color (decimal): -12781042 or 981564. OLE color: 981564.

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

Color convert

RGB 60 250 14 -
CMYK 0.76 0 0.94 0.02
HSL 108.31º 0.96% 0.52% -
HSV(B) 108.31º 0.94% 0.98% -
XYZ 36.13 69.36 11.9 -
YUV 166.29 42.05 52.19 -
System Red Green Blue C M Y K H S L
Decimal 60 250 14 0.76 0 0.94 0.02 108.31 0.96 0.52
Hex 3C FA E 4C 0 5E 2 6C 60 34
Octal 74 372 16 114 0 136 2 154 140 64
Binary 111100 11111010 1110 1001100 0 1011110 10 1101100 1100000 110100

Color Harmonies of #3CFA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFA0E

Black with #3CFA0E

Text Example


Text Example

White with #3CFA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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