Html Css Color HEX #3EFF1F Harlequin

📋 copy color: '#3EFF1F'

red 62 ◦ green 255 ◦ blue 31

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

Shades of Harlequin #3EFF1F

Tints of Harlequin #3EFF1F

RGB

 RED value IS 62 (24.61% from 255) = 17.82%

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

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

R = 17.82%
G = 73.28%
B = 8.91%

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

#3EFF1F (or 0x3EFF1F) is known color: Harlequin. HEX triplet: 3E, FF and 1F. RGB value is (62,255,31). Sum of RGB (Red+Green+Blue) = 62+255+31=348 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.82% from 348); Green value is 255 (100% from 255 or 73.28% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFF1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFF1F is #C100E0. Grayscale: #ACACAC. Windows color (decimal): -12648673 or 2096958. OLE color: 2096958.

HSL color Cylindrical-coordinate representation of color #3EFF1F: hue angle of 111.7º 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 #3EFF1F is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 62 255 31 -
CMYK 0.76 0 0.88 0
HSL 111.7º 1% 0.56% -
HSV(B) 111.7º 0.88% 1% -
XYZ 37.99 72.64 13.32 -
YUV 171.76 48.56 49.71 -
System Red Green Blue C M Y K H S L
Decimal 62 255 31 0.76 0 0.88 0 111.7 1 0.56
Hex 3E FF 1F 4C 0 58 0 70 64 38
Octal 76 377 37 114 0 130 0 160 144 70
Binary 111110 11111111 11111 1001100 0 1011000 0 1110000 1100100 111000

Color Harmonies of #3EFF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFF1F

Black with #3EFF1F

Text Example


Text Example

White with #3EFF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,255,31); }

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

background-color css

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

 a { background-color: rgb(62,255,31); }

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

border-color css

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

 span { border-color: rgb(62,255,31); }

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