Html Css Color HEX #3FE502 Harlequin

📋 copy color: '#3FE502'

red 63 ◦ green 229 ◦ blue 2

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

Shades of Harlequin #3FE502

Tints of Harlequin #3FE502

RGB

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

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

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

R = 21.43%
G = 77.89%
B = 0.68%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#3FE502 (or 0x3FE502) is known color: Harlequin. HEX triplet: 3F, E5 and 02. RGB value is (63,229,2). Sum of RGB (Red+Green+Blue) = 63+229+2=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 229 (89.84% from 255 or 77.89% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE502 is #C01AFD. Grayscale: #9A9A9A. Windows color (decimal): -12589822 or 189759. OLE color: 189759.

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

Color convert

RGB 63 229 2 -
CMYK 0.72 0 0.99 0.10
HSL 103.88º 0.98% 0.45% -
HSV(B) 103.88º 0.99% 0.9% -
XYZ 30.08 57.1 9.49 -
YUV 153.49 42.5 63.46 -
System Red Green Blue C M Y K H S L
Decimal 63 229 2 0.72 0 0.99 0.10 103.88 0.98 0.45
Hex 3F E5 2 48 0 63 A 68 62 2D
Octal 77 345 2 110 0 143 12 150 142 55
Binary 111111 11100101 10 1001000 0 1100011 1010 1101000 1100010 101101

Color Harmonies of #3FE502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE502

Black with #3FE502

Text Example


Text Example

White with #3FE502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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