Html Css Color HEX #3BEF02 Harlequin

📋 copy color: '#3BEF02'

red 59 ◦ green 239 ◦ blue 2

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

Shades of Harlequin #3BEF02

Tints of Harlequin #3BEF02

RGB

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

 GREEN value IS 239 (93.75% from 255) = 79.67%

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

R = 19.67%
G = 79.67%
B = 0.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#3BEF02 (or 0x3BEF02) is known color: Harlequin. HEX triplet: 3B, EF and 02. RGB value is (59,239,2). Sum of RGB (Red+Green+Blue) = 59+239+2=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 239 (93.75% from 255 or 79.67% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEF02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BEF02 is #C410FD. Grayscale: #9E9E9E. Windows color (decimal): -12849406 or 192315. OLE color: 192315.

HSL color Cylindrical-coordinate representation of color #3BEF02: hue angle of 105.57º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3BEF02 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 59 239 2 -
CMYK 0.75 0 0.99 0.06
HSL 105.57º 0.98% 0.47% -
HSV(B) 105.57º 0.99% 0.94% -
XYZ 32.68 62.67 10.43 -
YUV 158.16 39.87 57.27 -
System Red Green Blue C M Y K H S L
Decimal 59 239 2 0.75 0 0.99 0.06 105.57 0.98 0.47
Hex 3B EF 2 4B 0 63 6 6A 62 2F
Octal 73 357 2 113 0 143 6 152 142 57
Binary 111011 11101111 10 1001011 0 1100011 110 1101010 1100010 101111

Color Harmonies of #3BEF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEF02

Black with #3BEF02

Text Example


Text Example

White with #3BEF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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