Html Css Color HEX #3CF810 Harlequin

📋 copy color: '#3CF810'

red 60 ◦ green 248 ◦ blue 16

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

Shades of Harlequin #3CF810

Tints of Harlequin #3CF810

RGB

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

 GREEN value IS 248 (97.27% from 255) = 76.54%

 BLUE value IS 16 (6.64% from 255) = 4.94%

R = 18.52%
G = 76.54%
B = 4.94%

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

#3CF810 (or 0x3CF810) is known color: Harlequin. HEX triplet: 3C, F8 and 10. RGB value is (60,248,16). Sum of RGB (Red+Green+Blue) = 60+248+16=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 248 (97.27% from 255 or 76.54% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF810 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF810 is #C307EF. Grayscale: #A6A6A6. Windows color (decimal): -12781552 or 1112124. OLE color: 1112124.

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

Color convert

RGB 60 248 16 -
CMYK 0.76 0 0.94 0.03
HSL 108.62º 0.94% 0.52% -
HSV(B) 108.62º 0.94% 0.97% -
XYZ 35.52 68.13 11.77 -
YUV 165.34 43.72 52.86 -
System Red Green Blue C M Y K H S L
Decimal 60 248 16 0.76 0 0.94 0.03 108.62 0.94 0.52
Hex 3C F8 10 4C 0 5E 3 6D 5E 34
Octal 74 370 20 114 0 136 3 155 136 64
Binary 111100 11111000 10000 1001100 0 1011110 11 1101101 1011110 110100

Color Harmonies of #3CF810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF810

Black with #3CF810

Text Example


Text Example

White with #3CF810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,248,16); }

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

background-color css

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

 a { background-color: rgb(60,248,16); }

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

border-color css

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

 span { border-color: rgb(60,248,16); }

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