#3BE070

Color #3BE070 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #3BE070

Tints of Emerald #3BE070

Color information

#3BE070 (or 0x3BE070) is unknown color: approx Emerald. HEX triplet: 3B, E0 and 70. RGB value is (59,224,112). Sum of RGB (Red+Green+Blue) = 59+224+112=395 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.94% from 395); Green value is 224 (87.89% from 255 or 56.71% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BE070 is #C41F8F. Grayscale: #A2A2A2. Windows color (decimal): -12853136 or 7397435. OLE color: 7397435.

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

Color convert

RGB59224112-
CMYK0.7400.500.12
HSL139.27º72.69%55.49%-
HSV(B)139.27º73.66%87.84%-
XYZ31.3855.4124.37-
YUV161.999.8454.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.94%
GREEN value IS 224 (87.89% from 255) = 56.71%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=14.94%
G=56.71%
B=28.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal592241120.7400.500.12139.2772.6955.49
Hex3BE0704A032C8b4937
Octal733401601120621421311167
Binary111011111000001110000100101001100101100100010111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,224,112); }

 H1.HeaderClassName
 {
   color: #3BE070;
 }
 .AnyTagClassName
 {
   color: #3BE070;
 }
</style>
background-color css

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

 a { background-color: rgb(59,224,112); }

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

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

 span { border-color: rgb(59,224,112); }

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