#48FD3A

Color #48FD3A Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #48FD3A

Tints of Screamin' Green #48FD3A

Color information

#48FD3A (or 0x48FD3A) is unknown color: approx Screamin' Green. HEX triplet: 48, FD and 3A. RGB value is (72,253,58). Sum of RGB (Red+Green+Blue) = 72+253+58=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 253 (99.22% from 255 or 66.06% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 253 - color contains mainly: green. Hex color #48FD3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FD3A is #B702C5. Grayscale: #B1B1B1. Windows color (decimal): -11993798 or 3865928. OLE color: 3865928.

HSL color Cylindrical-coordinate representation of color #48FD3A: hue angle of 115.69º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48FD3A is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB7225358-
CMYK0.7200.770.01
HSL115.69º97.99%60.98%-
HSV(B)115.69º77.08%99.22%-
XYZ38.5671.9315.86-
YUV176.6561.0353.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.80%
GREEN value IS 253 (99.22% from 255) = 66.06%
BLUE value IS 58 (23.05% from 255) = 15.14%
R=18.80%
G=66.06%
B=15.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal72253580.7200.770.01115.6997.9960.98
Hex48FD3A4804D174623d
Octal110375721100115116414275
Binary100100011111101111010100100001001101111101001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48FD3A; }

 p { color: rgb(72,253,58); }

 H1.HeaderClassName
 {
   color: #48FD3A;
 }
 .AnyTagClassName
 {
   color: #48FD3A;
 }
</style>
background-color css

<style>
 a { background-color: #48FD3A; }

 a { background-color: rgb(72,253,58); }

 div.DivClassName
 {
   background-color: #48FD3A;
 }
 .BgClassName
 {
   background-color: #48FD3A;
 }
</style>
border-color css

<style>
 span { border-color: #48FD3A; }

 span { border-color: rgb(72,253,58); }

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