Html Css Color HEX #3FE702 Harlequin

📋 copy color: '#3FE702'

red 63 ◦ green 231 ◦ blue 2

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

Shades of Harlequin #3FE702

Tints of Harlequin #3FE702

RGB

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

 GREEN value IS 231 (90.63% from 255) = 78.04%

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 21.28%
G = 78.04%
B = 0.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#3FE702 (or 0x3FE702) is known color: Harlequin. HEX triplet: 3F, E7 and 02. RGB value is (63,231,2). Sum of RGB (Red+Green+Blue) = 63+231+2=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 231 (90.62% from 255 or 78.04% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE702 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FE702 is #C018FD. Grayscale: #9B9B9B. Windows color (decimal): -12589310 or 190271. OLE color: 190271.

HSL color Cylindrical-coordinate representation of color #3FE702: hue angle of 104.02º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3FE702 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 63 231 2 -
CMYK 0.73 0 0.99 0.09
HSL 104.02º 0.98% 0.46% -
HSV(B) 104.02º 0.99% 0.91% -
XYZ 30.64 58.21 9.68 -
YUV 154.66 41.84 62.62 -
System Red Green Blue C M Y K H S L
Decimal 63 231 2 0.73 0 0.99 0.09 104.02 0.98 0.46
Hex 3F E7 2 49 0 63 9 68 62 2E
Octal 77 347 2 111 0 143 11 150 142 56
Binary 111111 11100111 10 1001001 0 1100011 1001 1101000 1100010 101110

Color Harmonies of #3FE702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE702

Black with #3FE702

Text Example


Text Example

White with #3FE702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,231,2); }

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

background-color css

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

 a { background-color: rgb(63,231,2); }

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

border-color css

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

 span { border-color: rgb(63,231,2); }

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