Html Css Color HEX #3CF41C Harlequin

📋 copy color: '#3CF41C'

red 60 ◦ green 244 ◦ blue 28

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

Shades of Harlequin #3CF41C

Tints of Harlequin #3CF41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.43%

R = 18.07%
G = 73.49%
B = 8.43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#3CF41C (or 0x3CF41C) is known color: Harlequin. HEX triplet: 3C, F4 and 1C. RGB value is (60,244,28). Sum of RGB (Red+Green+Blue) = 60+244+28=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 244 (95.70% from 255 or 73.49% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF41C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF41C is #C30BE3. Grayscale: #A5A5A5. Windows color (decimal): -12782564 or 1897532. OLE color: 1897532.

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

Color convert

RGB 60 244 28 -
CMYK 0.75 0 0.89 0.04
HSL 111.11º 0.91% 0.53% -
HSV(B) 111.11º 0.89% 0.96% -
XYZ 34.42 65.75 11.97 -
YUV 164.36 51.04 53.56 -
System Red Green Blue C M Y K H S L
Decimal 60 244 28 0.75 0 0.89 0.04 111.11 0.91 0.53
Hex 3C F4 1C 4B 0 59 4 6F 5B 35
Octal 74 364 34 113 0 131 4 157 133 65
Binary 111100 11110100 11100 1001011 0 1011001 100 1101111 1011011 110101

Color Harmonies of #3CF41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF41C

Black with #3CF41C

Text Example


Text Example

White with #3CF41C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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