Html Css Color HEX #3CF106 Harlequin

📋 copy color: '#3CF106'

red 60 ◦ green 241 ◦ blue 6

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

Shades of Harlequin #3CF106

Tints of Harlequin #3CF106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.95%

R = 19.54%
G = 78.5%
B = 1.95%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#3CF106 (or 0x3CF106) is known color: Harlequin. HEX triplet: 3C, F1 and 06. RGB value is (60,241,6). Sum of RGB (Red+Green+Blue) = 60+241+6=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 241 (94.53% from 255 or 78.50% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF106 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF106 is #C30EF9. Grayscale: #A0A0A0. Windows color (decimal): -12783354 or 454972. OLE color: 454972.

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

Color convert

RGB 60 241 6 -
CMYK 0.75 0 0.98 0.05
HSL 106.21º 0.95% 0.48% -
HSV(B) 106.21º 0.98% 0.95% -
XYZ 33.35 63.88 10.75 -
YUV 160.09 41.03 56.61 -
System Red Green Blue C M Y K H S L
Decimal 60 241 6 0.75 0 0.98 0.05 106.21 0.95 0.48
Hex 3C F1 6 4B 0 62 5 6A 5F 30
Octal 74 361 6 113 0 142 5 152 137 60
Binary 111100 11110001 110 1001011 0 1100010 101 1101010 1011111 110000

Color Harmonies of #3CF106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF106

Black with #3CF106

Text Example


Text Example

White with #3CF106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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