Html Css Color HEX #3AF76C Screamin' Green

📋 copy color: '#3AF76C'

red 58 ◦ green 247 ◦ blue 108

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

Shades of Screamin' Green #3AF76C

Tints of Screamin' Green #3AF76C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 59.81%

 BLUE value IS 108 (42.58% from 255) = 26.15%

R = 14.04%
G = 59.81%
B = 26.15%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#3AF76C (or 0x3AF76C) is known color: Screamin' Green. HEX triplet: 3A, F7 and 6C. RGB value is (58,247,108). Sum of RGB (Red+Green+Blue) = 58+247+108=413 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.04% from 413); Green value is 247 (96.88% from 255 or 59.81% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF76C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF76C is #C50893. Grayscale: #AFAFAF. Windows color (decimal): -12912788 or 7141178. OLE color: 7141178.

HSL color Cylindrical-coordinate representation of color #3AF76C: hue angle of 135.87º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF76C is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 247 108 -
CMYK 0.77 0 0.56 0.03
HSL 135.87º 0.92% 0.6% -
HSV(B) 135.87º 0.77% 0.97% -
XYZ 37.71 68.5 25.42 -
YUV 174.64 90.38 44.8 -
System Red Green Blue C M Y K H S L
Decimal 58 247 108 0.77 0 0.56 0.03 135.87 0.92 0.6
Hex 3A F7 6C 4D 0 38 3 88 5C 3C
Octal 72 367 154 115 0 70 3 210 134 74
Binary 111010 11110111 1101100 1001101 0 111000 11 10001000 1011100 111100

Color Harmonies of #3AF76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF76C

Black with #3AF76C

Text Example


Text Example

White with #3AF76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,247,108); }

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

background-color css

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

 a { background-color: rgb(58,247,108); }

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

border-color css

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

 span { border-color: rgb(58,247,108); }

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