Html Css Color HEX #3CF01E Harlequin

📋 copy color: '#3CF01E'

red 60 ◦ green 240 ◦ blue 30

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

Shades of Harlequin #3CF01E

Tints of Harlequin #3CF01E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 72.73%

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

R = 18.18%
G = 72.73%
B = 9.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#3CF01E (or 0x3CF01E) is known color: Harlequin. HEX triplet: 3C, F0 and 1E. RGB value is (60,240,30). Sum of RGB (Red+Green+Blue) = 60+240+30=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 240 (94.14% from 255 or 72.73% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF01E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF01E is #C30FE1. Grayscale: #A2A2A2. Windows color (decimal): -12783586 or 2027580. OLE color: 2027580.

HSL color Cylindrical-coordinate representation of color #3CF01E: hue angle of 111.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3CF01E is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 240 30 -
CMYK 0.75 0 0.87 0.06
HSL 111.43º 0.88% 0.53% -
HSV(B) 111.43º 0.88% 0.94% -
XYZ 33.26 63.37 11.71 -
YUV 162.24 53.37 55.08 -
System Red Green Blue C M Y K H S L
Decimal 60 240 30 0.75 0 0.87 0.06 111.43 0.88 0.53
Hex 3C F0 1E 4B 0 57 6 6F 58 35
Octal 74 360 36 113 0 127 6 157 130 65
Binary 111100 11110000 11110 1001011 0 1010111 110 1101111 1011000 110101

Color Harmonies of #3CF01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF01E

Black with #3CF01E

Text Example


Text Example

White with #3CF01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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