Html Css Color HEX #3AF64F Screamin' Green

📋 copy color: '#3AF64F'

red 58 ◦ green 246 ◦ blue 79

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

Shades of Screamin' Green #3AF64F

Tints of Screamin' Green #3AF64F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 64.23%

 BLUE value IS 79 (31.25% from 255) = 20.63%

R = 15.14%
G = 64.23%
B = 20.63%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#3AF64F (or 0x3AF64F) is known color: Screamin' Green. HEX triplet: 3A, F6 and 4F. RGB value is (58,246,79). Sum of RGB (Red+Green+Blue) = 58+246+79=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 246 (96.48% from 255 or 64.23% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF64F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF64F is #C509B0. Grayscale: #ABABAB. Windows color (decimal): -12913073 or 5240378. OLE color: 5240378.

HSL color Cylindrical-coordinate representation of color #3AF64F: hue angle of 126.7º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF64F is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 58 246 79 -
CMYK 0.76 0 0.68 0.04
HSL 126.7º 0.91% 0.6% -
HSV(B) 126.7º 0.76% 0.96% -
XYZ 36.11 67.38 18.5 -
YUV 170.75 76.22 47.58 -
System Red Green Blue C M Y K H S L
Decimal 58 246 79 0.76 0 0.68 0.04 126.7 0.91 0.6
Hex 3A F6 4F 4C 0 44 4 7F 5B 3C
Octal 72 366 117 114 0 104 4 177 133 74
Binary 111010 11110110 1001111 1001100 0 1000100 100 1111111 1011011 111100

Color Harmonies of #3AF64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF64F

Black with #3AF64F

Text Example


Text Example

White with #3AF64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,246,79); }

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

background-color css

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

 a { background-color: rgb(58,246,79); }

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

border-color css

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

 span { border-color: rgb(58,246,79); }

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