Html Css Color HEX #3AF84F Screamin' Green

📋 copy color: '#3AF84F'

red 58 ◦ green 248 ◦ blue 79

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

Shades of Screamin' Green #3AF84F

Tints of Screamin' Green #3AF84F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 64.42%

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

R = 15.06%
G = 64.42%
B = 20.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#3AF84F (or 0x3AF84F) is known color: Screamin' Green. HEX triplet: 3A, F8 and 4F. RGB value is (58,248,79). Sum of RGB (Red+Green+Blue) = 58+248+79=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 248 (97.27% from 255 or 64.42% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF84F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF84F is #C507B0. Grayscale: #ACACAC. Windows color (decimal): -12912561 or 5240890. OLE color: 5240890.

HSL color Cylindrical-coordinate representation of color #3AF84F: hue angle of 126.63º degrees, saturation: 0.93, 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 #3AF84F is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 248 79 -
CMYK 0.77 0 0.68 0.03
HSL 126.63º 0.93% 0.6% -
HSV(B) 126.63º 0.77% 0.97% -
XYZ 36.72 68.6 18.7 -
YUV 171.92 75.55 46.74 -
System Red Green Blue C M Y K H S L
Decimal 58 248 79 0.77 0 0.68 0.03 126.63 0.93 0.6
Hex 3A F8 4F 4D 0 44 3 7F 5D 3C
Octal 72 370 117 115 0 104 3 177 135 74
Binary 111010 11111000 1001111 1001101 0 1000100 11 1111111 1011101 111100

Color Harmonies of #3AF84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF84F

Black with #3AF84F

Text Example


Text Example

White with #3AF84F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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