Html Css Color HEX #3AFA73 Screamin' Green

📋 copy color: '#3AFA73'

red 58 ◦ green 250 ◦ blue 115

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

Shades of Screamin' Green #3AFA73

Tints of Screamin' Green #3AFA73

RGB

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

 GREEN value IS 250 (98.05% from 255) = 59.1%

 BLUE value IS 115 (45.31% from 255) = 27.19%

R = 13.71%
G = 59.1%
B = 27.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#3AFA73 (or 0x3AFA73) is known color: Screamin' Green. HEX triplet: 3A, FA and 73. RGB value is (58,250,115). Sum of RGB (Red+Green+Blue) = 58+250+115=423 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.71% from 423); Green value is 250 (98.05% from 255 or 59.10% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFA73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFA73 is #C5058C. Grayscale: #B1B1B1. Windows color (decimal): -12912013 or 7600698. OLE color: 7600698.

HSL color Cylindrical-coordinate representation of color #3AFA73: hue angle of 137.81º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFA73 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 250 115 -
CMYK 0.77 0 0.54 0.02
HSL 137.81º 0.95% 0.6% -
HSV(B) 137.81º 0.77% 0.98% -
XYZ 39.03 70.51 27.77 -
YUV 177.2 92.89 42.98 -
System Red Green Blue C M Y K H S L
Decimal 58 250 115 0.77 0 0.54 0.02 137.81 0.95 0.6
Hex 3A FA 73 4D 0 36 2 8A 5F 3C
Octal 72 372 163 115 0 66 2 212 137 74
Binary 111010 11111010 1110011 1001101 0 110110 10 10001010 1011111 111100

Color Harmonies of #3AFA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFA73

Black with #3AFA73

Text Example


Text Example

White with #3AFA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,250,115); }

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

background-color css

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

 a { background-color: rgb(58,250,115); }

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

border-color css

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

 span { border-color: rgb(58,250,115); }

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