Html Css Color HEX #3FE110 Harlequin

📋 copy color: '#3FE110'

red 63 ◦ green 225 ◦ blue 16

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

Shades of Harlequin #3FE110

Tints of Harlequin #3FE110

RGB

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

 GREEN value IS 225 (88.28% from 255) = 74.01%

 BLUE value IS 16 (6.64% from 255) = 5.26%

R = 20.72%
G = 74.01%
B = 5.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#3FE110 (or 0x3FE110) is known color: Harlequin. HEX triplet: 3F, E1 and 10. RGB value is (63,225,16). Sum of RGB (Red+Green+Blue) = 63+225+16=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 225 (88.28% from 255 or 74.01% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE110 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE110 is #C01EEF. Grayscale: #999999. Windows color (decimal): -12590832 or 1106239. OLE color: 1106239.

HSL color Cylindrical-coordinate representation of color #3FE110: hue angle of 106.51º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3FE110 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 63 225 16 -
CMYK 0.72 0 0.93 0.12
HSL 106.51º 0.87% 0.47% -
HSV(B) 106.51º 0.93% 0.88% -
XYZ 29.07 54.94 9.56 -
YUV 152.74 50.83 63.99 -
System Red Green Blue C M Y K H S L
Decimal 63 225 16 0.72 0 0.93 0.12 106.51 0.87 0.47
Hex 3F E1 10 48 0 5D C 6B 57 2F
Octal 77 341 20 110 0 135 14 153 127 57
Binary 111111 11100001 10000 1001000 0 1011101 1100 1101011 1010111 101111

Color Harmonies of #3FE110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE110

Black with #3FE110

Text Example


Text Example

White with #3FE110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,225,16); }

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

background-color css

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

 a { background-color: rgb(63,225,16); }

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

border-color css

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

 span { border-color: rgb(63,225,16); }

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