Html Css Color HEX #3CFC27 Harlequin

📋 copy color: '#3CFC27'

red 60 ◦ green 252 ◦ blue 39

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

Shades of Harlequin #3CFC27

Tints of Harlequin #3CFC27

RGB

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

 GREEN value IS 252 (98.83% from 255) = 71.79%

 BLUE value IS 39 (15.63% from 255) = 11.11%

R = 17.09%
G = 71.79%
B = 11.11%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#3CFC27 (or 0x3CFC27) is known color: Harlequin. HEX triplet: 3C, FC and 27. RGB value is (60,252,39). Sum of RGB (Red+Green+Blue) = 60+252+39=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 252 (98.83% from 255 or 71.79% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFC27 is #C303D8. Grayscale: #AAAAAA. Windows color (decimal): -12780505 or 2620476. OLE color: 2620476.

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

Color convert

RGB 60 252 39 -
CMYK 0.76 0 0.85 0.01
HSL 114.08º 0.97% 0.57% -
HSV(B) 114.08º 0.85% 0.99% -
XYZ 37.04 70.73 13.62 -
YUV 170.31 53.89 49.32 -
System Red Green Blue C M Y K H S L
Decimal 60 252 39 0.76 0 0.85 0.01 114.08 0.97 0.57
Hex 3C FC 27 4C 0 55 1 72 61 39
Octal 74 374 47 114 0 125 1 162 141 71
Binary 111100 11111100 100111 1001100 0 1010101 1 1110010 1100001 111001

Color Harmonies of #3CFC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFC27

Black with #3CFC27

Text Example


Text Example

White with #3CFC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,252,39); }

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

background-color css

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

 a { background-color: rgb(60,252,39); }

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

border-color css

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

 span { border-color: rgb(60,252,39); }

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