#3BF182

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

Shades of Emerald #3BF182

Tints of Emerald #3BF182

Color information

#3BF182 (or 0x3BF182) is unknown color: approx Emerald. HEX triplet: 3B, F1 and 82. RGB value is (59,241,130). Sum of RGB (Red+Green+Blue) = 59+241+130=430 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.72% from 430); Green value is 241 (94.53% from 255 or 56.05% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF182 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF182 is #C40E7D. Grayscale: #AEAEAE. Windows color (decimal): -12848766 or 8581435. OLE color: 8581435.

HSL color Cylindrical-coordinate representation of color #3BF182: hue angle of 143.41º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF182 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB59241130-
CMYK0.7600.460.05
HSL143.41º86.67%58.82%-
HSV(B)143.41º75.52%94.51%-
XYZ37.2965.4531.79-
YUV173.93103.246.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.72%
GREEN value IS 241 (94.53% from 255) = 56.05%
BLUE value IS 130 (51.17% from 255) = 30.23%
R=13.72%
G=56.05%
B=30.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal592411300.7600.460.05143.4186.6758.82
Hex3BF1824C02E58f573b
Octal73361202114056521712773
Binary111011111100011000001010011000101110101100011111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BF182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,241,130); }

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

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

 a { background-color: rgb(59,241,130); }

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

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

 span { border-color: rgb(59,241,130); }

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