Html Css Color HEX #3CF41F Harlequin

📋 copy color: '#3CF41F'

red 60 ◦ green 244 ◦ blue 31

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

Shades of Harlequin #3CF41F

Tints of Harlequin #3CF41F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 72.84%

 BLUE value IS 31 (12.5% from 255) = 9.25%

R = 17.91%
G = 72.84%
B = 9.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#3CF41F (or 0x3CF41F) is known color: Harlequin. HEX triplet: 3C, F4 and 1F. RGB value is (60,244,31). Sum of RGB (Red+Green+Blue) = 60+244+31=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 244 (95.70% from 255 or 72.84% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF41F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF41F is #C30BE0. Grayscale: #A5A5A5. Windows color (decimal): -12782561 or 2094140. OLE color: 2094140.

HSL color Cylindrical-coordinate representation of color #3CF41F: hue angle of 111.83º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3CF41F is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 60 244 31 -
CMYK 0.75 0 0.87 0.04
HSL 111.83º 0.91% 0.54% -
HSV(B) 111.83º 0.87% 0.96% -
XYZ 34.46 65.76 12.17 -
YUV 164.7 52.54 53.32 -
System Red Green Blue C M Y K H S L
Decimal 60 244 31 0.75 0 0.87 0.04 111.83 0.91 0.54
Hex 3C F4 1F 4B 0 57 4 70 5B 36
Octal 74 364 37 113 0 127 4 160 133 66
Binary 111100 11110100 11111 1001011 0 1010111 100 1110000 1011011 110110

Color Harmonies of #3CF41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF41F

Black with #3CF41F

Text Example


Text Example

White with #3CF41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,244,31); }

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

background-color css

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

 a { background-color: rgb(60,244,31); }

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

border-color css

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

 span { border-color: rgb(60,244,31); }

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