Html Css Color HEX #3CF10A Harlequin

📋 copy color: '#3CF10A'

red 60 ◦ green 241 ◦ blue 10

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

Shades of Harlequin #3CF10A

Tints of Harlequin #3CF10A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 77.49%

 BLUE value IS 10 (4.3% from 255) = 3.22%

R = 19.29%
G = 77.49%
B = 3.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#3CF10A (or 0x3CF10A) is known color: Harlequin. HEX triplet: 3C, F1 and 0A. RGB value is (60,241,10). Sum of RGB (Red+Green+Blue) = 60+241+10=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 241 (94.53% from 255 or 77.49% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF10A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF10A is #C30EF5. Grayscale: #A1A1A1. Windows color (decimal): -12783350 or 717116. OLE color: 717116.

HSL color Cylindrical-coordinate representation of color #3CF10A: hue angle of 107.01º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CF10A is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 241 10 -
CMYK 0.75 0 0.96 0.05
HSL 107.01º 0.92% 0.49% -
HSV(B) 107.01º 0.96% 0.95% -
XYZ 33.37 63.89 10.86 -
YUV 160.55 43.03 56.28 -
System Red Green Blue C M Y K H S L
Decimal 60 241 10 0.75 0 0.96 0.05 107.01 0.92 0.49
Hex 3C F1 A 4B 0 60 5 6B 5C 31
Octal 74 361 12 113 0 140 5 153 134 61
Binary 111100 11110001 1010 1001011 0 1100000 101 1101011 1011100 110001

Color Harmonies of #3CF10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF10A

Black with #3CF10A

Text Example


Text Example

White with #3CF10A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,241,10); }

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

background-color css

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

 a { background-color: rgb(60,241,10); }

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

border-color css

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

 span { border-color: rgb(60,241,10); }

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