Html Css Color HEX #3AF94C Screamin' Green

📋 copy color: '#3AF94C'

red 58 ◦ green 249 ◦ blue 76

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

Shades of Screamin' Green #3AF94C

Tints of Screamin' Green #3AF94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.84%

R = 15.14%
G = 65.01%
B = 19.84%

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

#3AF94C (or 0x3AF94C) is known color: Screamin' Green. HEX triplet: 3A, F9 and 4C. RGB value is (58,249,76). Sum of RGB (Red+Green+Blue) = 58+249+76=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 249 (97.66% from 255 or 65.01% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF94C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF94C is #C506B3. Grayscale: #ACACAC. Windows color (decimal): -12912308 or 5044538. OLE color: 5044538.

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

Color convert

RGB 58 249 76 -
CMYK 0.77 0 0.69 0.02
HSL 125.65º 0.94% 0.6% -
HSV(B) 125.65º 0.77% 0.98% -
XYZ 36.93 69.17 18.24 -
YUV 172.17 73.72 46.57 -
System Red Green Blue C M Y K H S L
Decimal 58 249 76 0.77 0 0.69 0.02 125.65 0.94 0.6
Hex 3A F9 4C 4D 0 45 2 7E 5E 3C
Octal 72 371 114 115 0 105 2 176 136 74
Binary 111010 11111001 1001100 1001101 0 1000101 10 1111110 1011110 111100

Color Harmonies of #3AF94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF94C

Black with #3AF94C

Text Example


Text Example

White with #3AF94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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