Html Css Color HEX #3BE802 Harlequin

📋 copy color: '#3BE802'

red 59 ◦ green 232 ◦ blue 2

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

Shades of Harlequin #3BE802

Tints of Harlequin #3BE802

RGB

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

 GREEN value IS 232 (91.02% from 255) = 79.18%

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

R = 20.14%
G = 79.18%
B = 0.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#3BE802 (or 0x3BE802) is known color: Harlequin. HEX triplet: 3B, E8 and 02. RGB value is (59,232,2). Sum of RGB (Red+Green+Blue) = 59+232+2=293 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.14% from 293); Green value is 232 (91.02% from 255 or 79.18% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 232 - color contains mainly: green. Hex color #3BE802 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BE802 is #C417FD. Grayscale: #9A9A9A. Windows color (decimal): -12851198 or 190523. OLE color: 190523.

HSL color Cylindrical-coordinate representation of color #3BE802: hue angle of 105.13º 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 #3BE802 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 59 232 2 -
CMYK 0.75 0 0.99 0.09
HSL 105.13º 0.98% 0.46% -
HSV(B) 105.13º 0.99% 0.91% -
XYZ 30.67 58.65 9.76 -
YUV 154.05 42.19 60.2 -
System Red Green Blue C M Y K H S L
Decimal 59 232 2 0.75 0 0.99 0.09 105.13 0.98 0.46
Hex 3B E8 2 4B 0 63 9 69 62 2E
Octal 73 350 2 113 0 143 11 151 142 56
Binary 111011 11101000 10 1001011 0 1100011 1001 1101001 1100010 101110

Color Harmonies of #3BE802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE802

Black with #3BE802

Text Example


Text Example

White with #3BE802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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