Html Css Color HEX #3BE407 Harlequin

📋 copy color: '#3BE407'

red 59 ◦ green 228 ◦ blue 7

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

Shades of Harlequin #3BE407

Tints of Harlequin #3BE407

RGB

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

 GREEN value IS 228 (89.45% from 255) = 77.55%

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

R = 20.07%
G = 77.55%
B = 2.38%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#3BE407 (or 0x3BE407) is known color: Harlequin. HEX triplet: 3B, E4 and 07. RGB value is (59,228,7). Sum of RGB (Red+Green+Blue) = 59+228+7=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 228 (89.45% from 255 or 77.55% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 228 - color contains mainly: green. Hex color #3BE407 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE407 is #C41BF8. Grayscale: #989898. Windows color (decimal): -12852217 or 517179. OLE color: 517179.

HSL color Cylindrical-coordinate representation of color #3BE407: hue angle of 105.88º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3BE407 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 59 228 7 -
CMYK 0.74 0 0.97 0.11
HSL 105.88º 0.94% 0.46% -
HSV(B) 105.88º 0.97% 0.89% -
XYZ 29.59 56.43 9.53 -
YUV 152.28 46.01 61.47 -
System Red Green Blue C M Y K H S L
Decimal 59 228 7 0.74 0 0.97 0.11 105.88 0.94 0.46
Hex 3B E4 7 4A 0 61 B 6A 5E 2E
Octal 73 344 7 112 0 141 13 152 136 56
Binary 111011 11100100 111 1001010 0 1100001 1011 1101010 1011110 101110

Color Harmonies of #3BE407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE407

Black with #3BE407

Text Example


Text Example

White with #3BE407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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