Html Css Color HEX #3BEF07 Harlequin

📋 copy color: '#3BEF07'

red 59 ◦ green 239 ◦ blue 7

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

Shades of Harlequin #3BEF07

Tints of Harlequin #3BEF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.3%

R = 19.34%
G = 78.36%
B = 2.3%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#3BEF07 (or 0x3BEF07) is known color: Harlequin. HEX triplet: 3B, EF and 07. RGB value is (59,239,7). Sum of RGB (Red+Green+Blue) = 59+239+7=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 239 (93.75% from 255 or 78.36% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEF07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BEF07 is #C410F8. Grayscale: #9F9F9F. Windows color (decimal): -12849401 or 519995. OLE color: 519995.

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

Color convert

RGB 59 239 7 -
CMYK 0.75 0 0.97 0.06
HSL 106.55º 0.94% 0.48% -
HSV(B) 106.55º 0.97% 0.94% -
XYZ 32.71 62.68 10.58 -
YUV 158.73 42.37 56.86 -
System Red Green Blue C M Y K H S L
Decimal 59 239 7 0.75 0 0.97 0.06 106.55 0.94 0.48
Hex 3B EF 7 4B 0 61 6 6B 5E 30
Octal 73 357 7 113 0 141 6 153 136 60
Binary 111011 11101111 111 1001011 0 1100001 110 1101011 1011110 110000

Color Harmonies of #3BEF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEF07

Black with #3BEF07

Text Example


Text Example

White with #3BEF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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