Html Css Color HEX #3CDF04 Harlequin

📋 copy color: '#3CDF04'

red 60 ◦ green 223 ◦ blue 4

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

Shades of Harlequin #3CDF04

Tints of Harlequin #3CDF04

RGB

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

 GREEN value IS 223 (87.5% from 255) = 77.7%

 BLUE value IS 4 (1.95% from 255) = 1.39%

R = 20.91%
G = 77.7%
B = 1.39%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#3CDF04 (or 0x3CDF04) is known color: Harlequin. HEX triplet: 3C, DF and 04. RGB value is (60,223,4). Sum of RGB (Red+Green+Blue) = 60+223+4=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 223 (87.5% from 255 or 77.70% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDF04 is #C320FB. Grayscale: #969696. Windows color (decimal): -12787964 or 319292. OLE color: 319292.

HSL color Cylindrical-coordinate representation of color #3CDF04: hue angle of 104.66º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3CDF04 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 223 4 -
CMYK 0.73 0 0.98 0.13
HSL 104.66º 0.96% 0.45% -
HSV(B) 104.66º 0.98% 0.87% -
XYZ 28.27 53.74 9 -
YUV 149.3 46 64.31 -
System Red Green Blue C M Y K H S L
Decimal 60 223 4 0.73 0 0.98 0.13 104.66 0.96 0.45
Hex 3C DF 4 49 0 62 D 69 60 2D
Octal 74 337 4 111 0 142 15 151 140 55
Binary 111100 11011111 100 1001001 0 1100010 1101 1101001 1100000 101101

Color Harmonies of #3CDF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDF04

Black with #3CDF04

Text Example


Text Example

White with #3CDF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,223,4); }

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

background-color css

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

 a { background-color: rgb(60,223,4); }

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

border-color css

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

 span { border-color: rgb(60,223,4); }

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