Html Css Color HEX #3CF41E Harlequin

📋 copy color: '#3CF41E'

red 60 ◦ green 244 ◦ blue 30

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

Shades of Harlequin #3CF41E

Tints of Harlequin #3CF41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.98%

R = 17.96%
G = 73.05%
B = 8.98%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#3CF41E (or 0x3CF41E) is known color: Harlequin. HEX triplet: 3C, F4 and 1E. RGB value is (60,244,30). Sum of RGB (Red+Green+Blue) = 60+244+30=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 244 (95.70% from 255 or 73.05% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF41E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF41E is #C30BE1. Grayscale: #A5A5A5. Windows color (decimal): -12782562 or 2028604. OLE color: 2028604.

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

Color convert

RGB 60 244 30 -
CMYK 0.75 0 0.88 0.04
HSL 111.59º 0.91% 0.54% -
HSV(B) 111.59º 0.88% 0.96% -
XYZ 34.45 65.76 12.1 -
YUV 164.59 52.04 53.4 -
System Red Green Blue C M Y K H S L
Decimal 60 244 30 0.75 0 0.88 0.04 111.59 0.91 0.54
Hex 3C F4 1E 4B 0 58 4 70 5B 36
Octal 74 364 36 113 0 130 4 160 133 66
Binary 111100 11110100 11110 1001011 0 1011000 100 1110000 1011011 110110

Color Harmonies of #3CF41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF41E

Black with #3CF41E

Text Example


Text Example

White with #3CF41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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