Html Css Color HEX #3FF72A Harlequin

📋 copy color: '#3FF72A'

red 63 ◦ green 247 ◦ blue 42

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

Shades of Harlequin #3FF72A

Tints of Harlequin #3FF72A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 70.17%

 BLUE value IS 42 (16.8% from 255) = 11.93%

R = 17.9%
G = 70.17%
B = 11.93%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#3FF72A (or 0x3FF72A) is known color: Harlequin. HEX triplet: 3F, F7 and 2A. RGB value is (63,247,42). Sum of RGB (Red+Green+Blue) = 63+247+42=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 247 (96.88% from 255 or 70.17% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 247 - color contains mainly: green. Hex color #3FF72A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF72A is #C008D5. Grayscale: #A9A9A9. Windows color (decimal): -12585174 or 2815807. OLE color: 2815807.

HSL color Cylindrical-coordinate representation of color #3FF72A: hue angle of 113.85º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FF72A is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 63 247 42 -
CMYK 0.74 0 0.83 0.03
HSL 113.85º 0.93% 0.57% -
HSV(B) 113.85º 0.83% 0.97% -
XYZ 35.73 67.75 13.38 -
YUV 168.61 56.54 52.67 -
System Red Green Blue C M Y K H S L
Decimal 63 247 42 0.74 0 0.83 0.03 113.85 0.93 0.57
Hex 3F F7 2A 4A 0 53 3 72 5D 39
Octal 77 367 52 112 0 123 3 162 135 71
Binary 111111 11110111 101010 1001010 0 1010011 11 1110010 1011101 111001

Color Harmonies of #3FF72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF72A

Black with #3FF72A

Text Example


Text Example

White with #3FF72A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,247,42); }

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

background-color css

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

 a { background-color: rgb(63,247,42); }

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

border-color css

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

 span { border-color: rgb(63,247,42); }

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