Html Css Color HEX #3AFF80 Spring Green

📋 copy color: '#3AFF80'

red 58 ◦ green 255 ◦ blue 128

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

Shades of Spring Green #3AFF80

Tints of Spring Green #3AFF80

RGB

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

 GREEN value IS 255 (100% from 255) = 57.82%

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

R = 13.15%
G = 57.82%
B = 29.02%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#3AFF80 (or 0x3AFF80) is known color: Spring Green. HEX triplet: 3A, FF and 80. RGB value is (58,255,128). Sum of RGB (Red+Green+Blue) = 58+255+128=441 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.15% from 441); Green value is 255 (100% from 255 or 57.82% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFF80 is #C5007F. Grayscale: #B5B5B5. Windows color (decimal): -12910720 or 8453946. OLE color: 8453946.

HSL color Cylindrical-coordinate representation of color #3AFF80: hue angle of 141.32º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFF80 is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 58 255 128 -
CMYK 0.77 0 0.50 0
HSL 141.32º 1% 0.61% -
HSV(B) 141.32º 0.77% 1% -
XYZ 41.4 73.98 32.52 -
YUV 181.62 97.73 39.83 -
System Red Green Blue C M Y K H S L
Decimal 58 255 128 0.77 0 0.50 0 141.32 1 0.61
Hex 3A FF 80 4D 0 32 0 8D 64 3D
Octal 72 377 200 115 0 62 0 215 144 75
Binary 111010 11111111 10000000 1001101 0 110010 0 10001101 1100100 111101

Color Harmonies of #3AFF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFF80

Black with #3AFF80

Text Example


Text Example

White with #3AFF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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