Html Css Color HEX #3AE380 Emerald

📋 copy color: '#3AE380'

red 58 ◦ green 227 ◦ blue 128

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

Shades of Emerald #3AE380

Tints of Emerald #3AE380

RGB

 RED value IS 58 (23.05% from 255) = 14.04%

 GREEN value IS 227 (89.06% from 255) = 54.96%

 BLUE value IS 128 (50.39% from 255) = 30.99%

R = 14.04%
G = 54.96%
B = 30.99%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#3AE380 (or 0x3AE380) is known color: Emerald. HEX triplet: 3A, E3 and 80. RGB value is (58,227,128). Sum of RGB (Red+Green+Blue) = 58+227+128=413 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.04% from 413); Green value is 227 (89.06% from 255 or 54.96% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 227 - color contains mainly: green. Hex color #3AE380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AE380 is #C51C7F. Grayscale: #A5A5A5. Windows color (decimal): -12917888 or 8446778. OLE color: 8446778.

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

Color convert

RGB 58 227 128 -
CMYK 0.74 0 0.44 0.11
HSL 144.85º 0.75% 0.56% -
HSV(B) 144.85º 0.74% 0.89% -
XYZ 33.11 57.4 29.76 -
YUV 165.18 107.01 51.55 -
System Red Green Blue C M Y K H S L
Decimal 58 227 128 0.74 0 0.44 0.11 144.85 0.75 0.56
Hex 3A E3 80 4A 0 2C B 91 4B 38
Octal 72 343 200 112 0 54 13 221 113 70
Binary 111010 11100011 10000000 1001010 0 101100 1011 10010001 1001011 111000

Color Harmonies of #3AE380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE380

Black with #3AE380

Text Example


Text Example

White with #3AE380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,227,128); }

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

background-color css

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

 a { background-color: rgb(58,227,128); }

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

border-color css

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

 span { border-color: rgb(58,227,128); }

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