Html Css Color HEX #3AF280 Emerald

📋 copy color: '#3AF280'

red 58 ◦ green 242 ◦ blue 128

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

Shades of Emerald #3AF280

Tints of Emerald #3AF280

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.54%

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

R = 13.55%
G = 56.54%
B = 29.91%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#3AF280 (or 0x3AF280) is known color: Emerald. HEX triplet: 3A, F2 and 80. RGB value is (58,242,128). Sum of RGB (Red+Green+Blue) = 58+242+128=428 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.55% from 428); Green value is 242 (94.92% from 255 or 56.54% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF280 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF280 is #C50D7F. Grayscale: #AEAEAE. Windows color (decimal): -12914048 or 8450618. OLE color: 8450618.

HSL color Cylindrical-coordinate representation of color #3AF280: hue angle of 142.83º degrees, saturation: 0.88, 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 #3AF280 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 242 128 -
CMYK 0.76 0 0.47 0.05
HSL 142.83º 0.88% 0.59% -
HSV(B) 142.83º 0.76% 0.95% -
XYZ 37.39 65.96 31.18 -
YUV 173.99 102.04 45.27 -
System Red Green Blue C M Y K H S L
Decimal 58 242 128 0.76 0 0.47 0.05 142.83 0.88 0.59
Hex 3A F2 80 4C 0 2F 5 8F 58 3B
Octal 72 362 200 114 0 57 5 217 130 73
Binary 111010 11110010 10000000 1001100 0 101111 101 10001111 1011000 111011

Color Harmonies of #3AF280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF280

Black with #3AF280

Text Example


Text Example

White with #3AF280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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