Html Css Color HEX #3AF94D Screamin' Green

📋 copy color: '#3AF94D'

red 58 ◦ green 249 ◦ blue 77

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

Shades of Screamin' Green #3AF94D

Tints of Screamin' Green #3AF94D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 64.84%

 BLUE value IS 77 (30.47% from 255) = 20.05%

R = 15.1%
G = 64.84%
B = 20.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#3AF94D (or 0x3AF94D) is known color: Screamin' Green. HEX triplet: 3A, F9 and 4D. RGB value is (58,249,77). Sum of RGB (Red+Green+Blue) = 58+249+77=384 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.10% from 384); Green value is 249 (97.66% from 255 or 64.84% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF94D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF94D is #C506B2. Grayscale: #ACACAC. Windows color (decimal): -12912307 or 5110074. OLE color: 5110074.

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

Color convert

RGB 58 249 77 -
CMYK 0.77 0 0.69 0.02
HSL 125.97º 0.94% 0.6% -
HSV(B) 125.97º 0.77% 0.98% -
XYZ 36.96 69.19 18.43 -
YUV 172.28 74.22 46.49 -
System Red Green Blue C M Y K H S L
Decimal 58 249 77 0.77 0 0.69 0.02 125.97 0.94 0.6
Hex 3A F9 4D 4D 0 45 2 7E 5E 3C
Octal 72 371 115 115 0 105 2 176 136 74
Binary 111010 11111001 1001101 1001101 0 1000101 10 1111110 1011110 111100

Color Harmonies of #3AF94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF94D

Black with #3AF94D

Text Example


Text Example

White with #3AF94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,249,77); }

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

background-color css

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

 a { background-color: rgb(58,249,77); }

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

border-color css

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

 span { border-color: rgb(58,249,77); }

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