Html Css Color HEX #3BF702 Harlequin

📋 copy color: '#3BF702'

red 59 ◦ green 247 ◦ blue 2

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

Shades of Harlequin #3BF702

Tints of Harlequin #3BF702

RGB

 RED value IS 59 (23.44% from 255) = 19.16%

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

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

R = 19.16%
G = 80.19%
B = 0.65%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#3BF702 (or 0x3BF702) is known color: Harlequin. HEX triplet: 3B, F7 and 02. RGB value is (59,247,2). Sum of RGB (Red+Green+Blue) = 59+247+2=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 247 (96.88% from 255 or 80.19% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 247 - color contains mainly: green. Hex color #3BF702 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF702 is #C408FD. Grayscale: #A3A3A3. Windows color (decimal): -12847358 or 194363. OLE color: 194363.

HSL color Cylindrical-coordinate representation of color #3BF702: hue angle of 106.04º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3BF702 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 59 247 2 -
CMYK 0.76 0 0.99 0.03
HSL 106.04º 0.98% 0.49% -
HSV(B) 106.04º 0.99% 0.97% -
XYZ 35.08 67.46 11.23 -
YUV 162.86 37.22 53.92 -
System Red Green Blue C M Y K H S L
Decimal 59 247 2 0.76 0 0.99 0.03 106.04 0.98 0.49
Hex 3B F7 2 4C 0 63 3 6A 62 31
Octal 73 367 2 114 0 143 3 152 142 61
Binary 111011 11110111 10 1001100 0 1100011 11 1101010 1100010 110001

Color Harmonies of #3BF702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF702

Black with #3BF702

Text Example


Text Example

White with #3BF702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,247,2); }

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

background-color css

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

 a { background-color: rgb(59,247,2); }

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

border-color css

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

 span { border-color: rgb(59,247,2); }

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