Html Css Color HEX #3AFF7F Screamin' Green

📋 copy color: '#3AFF7F'

red 58 ◦ green 255 ◦ blue 127

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

Shades of Screamin' Green #3AFF7F

Tints of Screamin' Green #3AFF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.86%

R = 13.18%
G = 57.95%
B = 28.86%

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

#3AFF7F (or 0x3AFF7F) is known color: Screamin' Green. HEX triplet: 3A, FF and 7F. RGB value is (58,255,127). Sum of RGB (Red+Green+Blue) = 58+255+127=440 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.18% from 440); Green value is 255 (100% from 255 or 57.95% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFF7F is #C50080. Grayscale: #B5B5B5. Windows color (decimal): -12910721 or 8388410. OLE color: 8388410.

HSL color Cylindrical-coordinate representation of color #3AFF7F: hue angle of 141.02º 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 #3AFF7F is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 58 255 127 -
CMYK 0.77 0 0.50 0
HSL 141.02º 1% 0.61% -
HSV(B) 141.02º 0.77% 1% -
XYZ 41.34 73.95 32.17 -
YUV 181.51 97.23 39.91 -
System Red Green Blue C M Y K H S L
Decimal 58 255 127 0.77 0 0.50 0 141.02 1 0.61
Hex 3A FF 7F 4D 0 32 0 8D 64 3D
Octal 72 377 177 115 0 62 0 215 144 75
Binary 111010 11111111 1111111 1001101 0 110010 0 10001101 1100100 111101

Color Harmonies of #3AFF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFF7F

Black with #3AFF7F

Text Example


Text Example

White with #3AFF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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