#48EF4F

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

Shades of Screamin' Green #48EF4F

Tints of Screamin' Green #48EF4F

Color information

#48EF4F (or 0x48EF4F) is unknown color: approx Screamin' Green. HEX triplet: 48, EF and 4F. RGB value is (72,239,79). Sum of RGB (Red+Green+Blue) = 72+239+79=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 239 (93.75% from 255 or 61.28% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 239 - color contains mainly: green. Hex color #48EF4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EF4F is #B710B0. Grayscale: #ABABAB. Windows color (decimal): -11997361 or 5238600. OLE color: 5238600.

HSL color Cylindrical-coordinate representation of color #48EF4F: hue angle of 122.51º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EF4F is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB7223979-
CMYK0.7000.670.06
HSL122.51º83.92%60.98%-
HSV(B)122.51º69.87%93.73%-
XYZ34.9563.6817.85-
YUV170.8376.1757.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.46%
GREEN value IS 239 (93.75% from 255) = 61.28%
BLUE value IS 79 (31.25% from 255) = 20.26%
R=18.46%
G=61.28%
B=20.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal72239790.7000.670.06122.5183.9260.98
Hex48EF4F4604367b543d
Octal1103571171060103617312475
Binary100100011101111100111110001100100001111011110111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,239,79); }

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

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

 a { background-color: rgb(72,239,79); }

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

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

 span { border-color: rgb(72,239,79); }

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