Html Css Color HEX #3FE512 Harlequin

📋 copy color: '#3FE512'

red 63 ◦ green 229 ◦ blue 18

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

Shades of Harlequin #3FE512

Tints of Harlequin #3FE512

RGB

 RED value IS 63 (25% from 255) = 20.32%

 GREEN value IS 229 (89.84% from 255) = 73.87%

 BLUE value IS 18 (7.42% from 255) = 5.81%

R = 20.32%
G = 73.87%
B = 5.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#3FE512 (or 0x3FE512) is known color: Harlequin. HEX triplet: 3F, E5 and 12. RGB value is (63,229,18). Sum of RGB (Red+Green+Blue) = 63+229+18=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 229 (89.84% from 255 or 73.87% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE512 is #C01AED. Grayscale: #9B9B9B. Windows color (decimal): -12589806 or 1238335. OLE color: 1238335.

HSL color Cylindrical-coordinate representation of color #3FE512: hue angle of 107.2º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FE512 is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 63 229 18 -
CMYK 0.72 0 0.92 0.10
HSL 107.2º 0.85% 0.48% -
HSV(B) 107.2º 0.92% 0.9% -
XYZ 30.18 57.14 10.01 -
YUV 155.31 50.5 62.16 -
System Red Green Blue C M Y K H S L
Decimal 63 229 18 0.72 0 0.92 0.10 107.2 0.85 0.48
Hex 3F E5 12 48 0 5C A 6B 55 30
Octal 77 345 22 110 0 134 12 153 125 60
Binary 111111 11100101 10010 1001000 0 1011100 1010 1101011 1010101 110000

Color Harmonies of #3FE512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE512

Black with #3FE512

Text Example


Text Example

White with #3FE512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,229,18); }

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

background-color css

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

 a { background-color: rgb(63,229,18); }

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

border-color css

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

 span { border-color: rgb(63,229,18); }

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