Html Css Color HEX #3CF015 Harlequin

📋 copy color: '#3CF015'

red 60 ◦ green 240 ◦ blue 21

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

Shades of Harlequin #3CF015

Tints of Harlequin #3CF015

RGB

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

 GREEN value IS 240 (94.14% from 255) = 74.77%

 BLUE value IS 21 (8.59% from 255) = 6.54%

R = 18.69%
G = 74.77%
B = 6.54%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#3CF015 (or 0x3CF015) is known color: Harlequin. HEX triplet: 3C, F0 and 15. RGB value is (60,240,21). Sum of RGB (Red+Green+Blue) = 60+240+21=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 240 (94.14% from 255 or 74.77% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF015 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF015 is #C30FEA. Grayscale: #A1A1A1. Windows color (decimal): -12783595 or 1437756. OLE color: 1437756.

HSL color Cylindrical-coordinate representation of color #3CF015: hue angle of 109.32º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CF015 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 240 21 -
CMYK 0.75 0 0.91 0.06
HSL 109.32º 0.88% 0.51% -
HSV(B) 109.32º 0.91% 0.94% -
XYZ 33.16 63.33 11.19 -
YUV 161.21 48.87 55.81 -
System Red Green Blue C M Y K H S L
Decimal 60 240 21 0.75 0 0.91 0.06 109.32 0.88 0.51
Hex 3C F0 15 4B 0 5B 6 6D 58 33
Octal 74 360 25 113 0 133 6 155 130 63
Binary 111100 11110000 10101 1001011 0 1011011 110 1101101 1011000 110011

Color Harmonies of #3CF015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF015

Black with #3CF015

Text Example


Text Example

White with #3CF015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,240,21); }

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

background-color css

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

 a { background-color: rgb(60,240,21); }

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

border-color css

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

 span { border-color: rgb(60,240,21); }

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