Html Css Color HEX #3CF813 Harlequin

📋 copy color: '#3CF813'

red 60 ◦ green 248 ◦ blue 19

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

Shades of Harlequin #3CF813

Tints of Harlequin #3CF813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.81%

R = 18.35%
G = 75.84%
B = 5.81%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#3CF813 (or 0x3CF813) is known color: Harlequin. HEX triplet: 3C, F8 and 13. RGB value is (60,248,19). Sum of RGB (Red+Green+Blue) = 60+248+19=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 248 (97.27% from 255 or 75.84% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF813 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF813 is #C307EC. Grayscale: #A6A6A6. Windows color (decimal): -12781549 or 1308732. OLE color: 1308732.

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

Color convert

RGB 60 248 19 -
CMYK 0.76 0 0.92 0.03
HSL 109.26º 0.94% 0.52% -
HSV(B) 109.26º 0.92% 0.97% -
XYZ 35.55 68.14 11.9 -
YUV 165.68 45.22 52.62 -
System Red Green Blue C M Y K H S L
Decimal 60 248 19 0.76 0 0.92 0.03 109.26 0.94 0.52
Hex 3C F8 13 4C 0 5C 3 6D 5E 34
Octal 74 370 23 114 0 134 3 155 136 64
Binary 111100 11111000 10011 1001100 0 1011100 11 1101101 1011110 110100

Color Harmonies of #3CF813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF813

Black with #3CF813

Text Example


Text Example

White with #3CF813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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