Html Css Color HEX #3CFB10 Harlequin

📋 copy color: '#3CFB10'

red 60 ◦ green 251 ◦ blue 16

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

Shades of Harlequin #3CFB10

Tints of Harlequin #3CFB10

RGB

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

 GREEN value IS 251 (98.44% from 255) = 76.76%

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

R = 18.35%
G = 76.76%
B = 4.89%

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

#3CFB10 (or 0x3CFB10) is known color: Harlequin. HEX triplet: 3C, FB and 10. RGB value is (60,251,16). Sum of RGB (Red+Green+Blue) = 60+251+16=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 251 (98.44% from 255 or 76.76% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFB10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFB10 is #C304EF. Grayscale: #A7A7A7. Windows color (decimal): -12780784 or 1112892. OLE color: 1112892.

HSL color Cylindrical-coordinate representation of color #3CFB10: hue angle of 108.77º degrees, saturation: 0.97, 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 #3CFB10 is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 251 16 -
CMYK 0.76 0 0.94 0.02
HSL 108.77º 0.97% 0.52% -
HSV(B) 108.77º 0.94% 0.98% -
XYZ 36.45 69.99 12.08 -
YUV 167.1 42.72 51.61 -
System Red Green Blue C M Y K H S L
Decimal 60 251 16 0.76 0 0.94 0.02 108.77 0.97 0.52
Hex 3C FB 10 4C 0 5E 2 6D 61 34
Octal 74 373 20 114 0 136 2 155 141 64
Binary 111100 11111011 10000 1001100 0 1011110 10 1101101 1100001 110100

Color Harmonies of #3CFB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFB10

Black with #3CFB10

Text Example


Text Example

White with #3CFB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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