#48F93E

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

Shades of Screamin' Green #48F93E

Tints of Screamin' Green #48F93E

Color information

#48F93E (or 0x48F93E) is unknown color: approx Screamin' Green. HEX triplet: 48, F9 and 3E. RGB value is (72,249,62). Sum of RGB (Red+Green+Blue) = 72+249+62=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 249 (97.66% from 255 or 65.01% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 249 - color contains mainly: green. Hex color #48F93E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F93E is #B706C1. Grayscale: #AFAFAF. Windows color (decimal): -11994818 or 4127048. OLE color: 4127048.

HSL color Cylindrical-coordinate representation of color #48F93E: hue angle of 116.79º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48F93E is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB7224962-
CMYK0.7100.750.02
HSL116.79º93.97%60.98%-
HSV(B)116.79º75.1%97.65%-
XYZ37.4269.4816-
YUV174.7664.3654.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.80%
GREEN value IS 249 (97.66% from 255) = 65.01%
BLUE value IS 62 (24.61% from 255) = 16.19%
R=18.80%
G=65.01%
B=16.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal72249620.7100.750.02116.7993.9760.98
Hex48F93E4704B2755e3d
Octal110371761070113216513675
Binary1001000111110011111101000111010010111011101011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,249,62); }

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

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

 a { background-color: rgb(72,249,62); }

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

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

 span { border-color: rgb(72,249,62); }

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