#52ED4E

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

Shades of Screamin' Green #52ED4E

Tints of Screamin' Green #52ED4E

Color information

#52ED4E (or 0x52ED4E) is unknown color: approx Screamin' Green. HEX triplet: 52, ED and 4E. RGB value is (82,237,78). Sum of RGB (Red+Green+Blue) = 82+237+78=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 237 (92.97% from 255 or 59.70% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 237 - color contains mainly: green. Hex color #52ED4E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52ED4E is #AD12B1. Grayscale: #ADADAD. Windows color (decimal): -11342514 or 5172562. OLE color: 5172562.

HSL color Cylindrical-coordinate representation of color #52ED4E: hue angle of 118.49º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52ED4E is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB8223778-
CMYK0.6500.670.07
HSL118.49º81.54%61.76%-
HSV(B)118.49º67.09%92.94%-
XYZ35.1462.9117.5-
YUV172.5374.6563.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.65%
GREEN value IS 237 (92.97% from 255) = 59.70%
BLUE value IS 78 (30.86% from 255) = 19.65%
R=20.65%
G=59.70%
B=19.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal82237780.6500.670.07118.4981.5461.76
Hex52ED4E41043776523e
Octal1223551161010103716612276
Binary101001011101101100111010000010100001111111101101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ED4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52ED4E; }

 p { color: rgb(82,237,78); }

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

<style>
 a { background-color: #52ED4E; }

 a { background-color: rgb(82,237,78); }

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

<style>
 span { border-color: #52ED4E; }

 span { border-color: rgb(82,237,78); }

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