Html Css Color HEX #3CFF1E Harlequin

📋 copy color: '#3CFF1E'

red 60 ◦ green 255 ◦ blue 30

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

Shades of Harlequin #3CFF1E

Tints of Harlequin #3CFF1E

RGB

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

 GREEN value IS 255 (100% from 255) = 73.91%

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

R = 17.39%
G = 73.91%
B = 8.7%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#3CFF1E (or 0x3CFF1E) is known color: Harlequin. HEX triplet: 3C, FF and 1E. RGB value is (60,255,30). Sum of RGB (Red+Green+Blue) = 60+255+30=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 255 (100% from 255 or 73.91% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFF1E is #C300E1. Grayscale: #ABABAB. Windows color (decimal): -12779746 or 2031420. OLE color: 2031420.

HSL color Cylindrical-coordinate representation of color #3CFF1E: hue angle of 112º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3CFF1E is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 60 255 30 -
CMYK 0.76 0 0.88 0
HSL 112º 1% 0.56% -
HSV(B) 112º 0.88% 1% -
XYZ 37.86 72.57 13.24 -
YUV 171.05 48.4 48.8 -
System Red Green Blue C M Y K H S L
Decimal 60 255 30 0.76 0 0.88 0 112 1 0.56
Hex 3C FF 1E 4C 0 58 0 70 64 38
Octal 74 377 36 114 0 130 0 160 144 70
Binary 111100 11111111 11110 1001100 0 1011000 0 1110000 1100100 111000

Color Harmonies of #3CFF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFF1E

Black with #3CFF1E

Text Example


Text Example

White with #3CFF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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