Html Css Color HEX #3BE102 Harlequin

📋 copy color: '#3BE102'

red 59 ◦ green 225 ◦ blue 2

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

Shades of Harlequin #3BE102

Tints of Harlequin #3BE102

RGB

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

 GREEN value IS 225 (88.28% from 255) = 78.67%

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

R = 20.63%
G = 78.67%
B = 0.7%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#3BE102 (or 0x3BE102) is known color: Harlequin. HEX triplet: 3B, E1 and 02. RGB value is (59,225,2). Sum of RGB (Red+Green+Blue) = 59+225+2=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 225 (88.28% from 255 or 78.67% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 225 - color contains mainly: green. Hex color #3BE102 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE102 is #C41EFD. Grayscale: #969696. Windows color (decimal): -12852990 or 188731. OLE color: 188731.

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

Color convert

RGB 59 225 2 -
CMYK 0.74 0 0.99 0.12
HSL 104.66º 0.98% 0.45% -
HSV(B) 104.66º 0.99% 0.88% -
XYZ 28.74 54.78 9.12 -
YUV 149.94 44.5 63.13 -
System Red Green Blue C M Y K H S L
Decimal 59 225 2 0.74 0 0.99 0.12 104.66 0.98 0.45
Hex 3B E1 2 4A 0 63 C 69 62 2D
Octal 73 341 2 112 0 143 14 151 142 55
Binary 111011 11100001 10 1001010 0 1100011 1100 1101001 1100010 101101

Color Harmonies of #3BE102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE102

Black with #3BE102

Text Example


Text Example

White with #3BE102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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