Html Css Color HEX #3AF063 Screamin' Green

📋 copy color: '#3AF063'

red 58 ◦ green 240 ◦ blue 99

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

Shades of Screamin' Green #3AF063

Tints of Screamin' Green #3AF063

RGB

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

 GREEN value IS 240 (94.14% from 255) = 60.45%

 BLUE value IS 99 (39.06% from 255) = 24.94%

R = 14.61%
G = 60.45%
B = 24.94%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#3AF063 (or 0x3AF063) is known color: Screamin' Green. HEX triplet: 3A, F0 and 63. RGB value is (58,240,99). Sum of RGB (Red+Green+Blue) = 58+240+99=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 240 (94.14% from 255 or 60.45% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF063 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF063 is #C50F9C. Grayscale: #A9A9A9. Windows color (decimal): -12914589 or 6549562. OLE color: 6549562.

HSL color Cylindrical-coordinate representation of color #3AF063: hue angle of 133.52º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF063 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 240 99 -
CMYK 0.76 0 0.59 0.06
HSL 133.52º 0.86% 0.58% -
HSV(B) 133.52º 0.76% 0.94% -
XYZ 35.16 64.12 22.33 -
YUV 169.51 88.2 48.46 -
System Red Green Blue C M Y K H S L
Decimal 58 240 99 0.76 0 0.59 0.06 133.52 0.86 0.58
Hex 3A F0 63 4C 0 3B 6 86 56 3A
Octal 72 360 143 114 0 73 6 206 126 72
Binary 111010 11110000 1100011 1001100 0 111011 110 10000110 1010110 111010

Color Harmonies of #3AF063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF063

Black with #3AF063

Text Example


Text Example

White with #3AF063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,240,99); }

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

background-color css

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

 a { background-color: rgb(58,240,99); }

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

border-color css

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

 span { border-color: rgb(58,240,99); }

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