Html Css Color HEX #3CF803 Harlequin

📋 copy color: '#3CF803'

red 60 ◦ green 248 ◦ blue 3

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

Shades of Harlequin #3CF803

Tints of Harlequin #3CF803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 19.29%
G = 79.74%
B = 0.96%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#3CF803 (or 0x3CF803) is known color: Harlequin. HEX triplet: 3C, F8 and 03. RGB value is (60,248,3). Sum of RGB (Red+Green+Blue) = 60+248+3=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 248 (97.27% from 255 or 79.74% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF803 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF803 is #C307FC. Grayscale: #A4A4A4. Windows color (decimal): -12781565 or 260156. OLE color: 260156.

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

Color convert

RGB 60 248 3 -
CMYK 0.76 0 0.99 0.03
HSL 106.04º 0.98% 0.49% -
HSV(B) 106.04º 0.99% 0.97% -
XYZ 35.45 68.1 11.36 -
YUV 163.86 37.22 53.92 -
System Red Green Blue C M Y K H S L
Decimal 60 248 3 0.76 0 0.99 0.03 106.04 0.98 0.49
Hex 3C F8 3 4C 0 63 3 6A 62 31
Octal 74 370 3 114 0 143 3 152 142 61
Binary 111100 11111000 11 1001100 0 1100011 11 1101010 1100010 110001

Color Harmonies of #3CF803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF803

Black with #3CF803

Text Example


Text Example

White with #3CF803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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