Html Css Color HEX #3AFA74 Screamin' Green

📋 copy color: '#3AFA74'

red 58 ◦ green 250 ◦ blue 116

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

Shades of Screamin' Green #3AFA74

Tints of Screamin' Green #3AFA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.36%

R = 13.68%
G = 58.96%
B = 27.36%

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

#3AFA74 (or 0x3AFA74) is known color: Screamin' Green. HEX triplet: 3A, FA and 74. RGB value is (58,250,116). Sum of RGB (Red+Green+Blue) = 58+250+116=424 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.68% from 424); Green value is 250 (98.05% from 255 or 58.96% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFA74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFA74 is #C5058B. Grayscale: #B1B1B1. Windows color (decimal): -12912012 or 7666234. OLE color: 7666234.

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

Color convert

RGB 58 250 116 -
CMYK 0.77 0 0.54 0.02
HSL 138.13º 0.95% 0.6% -
HSV(B) 138.13º 0.77% 0.98% -
XYZ 39.08 70.53 28.08 -
YUV 177.32 93.39 42.9 -
System Red Green Blue C M Y K H S L
Decimal 58 250 116 0.77 0 0.54 0.02 138.13 0.95 0.6
Hex 3A FA 74 4D 0 36 2 8A 5F 3C
Octal 72 372 164 115 0 66 2 212 137 74
Binary 111010 11111010 1110100 1001101 0 110110 10 10001010 1011111 111100

Color Harmonies of #3AFA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFA74

Black with #3AFA74

Text Example


Text Example

White with #3AFA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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