#52FB3E

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

Shades of Screamin' Green #52FB3E

Tints of Screamin' Green #52FB3E

Color information

#52FB3E (or 0x52FB3E) is unknown color: approx Screamin' Green. HEX triplet: 52, FB and 3E. RGB value is (82,251,62). Sum of RGB (Red+Green+Blue) = 82+251+62=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 251 (98.44% from 255 or 63.54% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 251 - color contains mainly: green. Hex color #52FB3E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FB3E is #AD04C1. Grayscale: #B3B3B3. Windows color (decimal): -11338946 or 4127570. OLE color: 4127570.

HSL color Cylindrical-coordinate representation of color #52FB3E: hue angle of 113.65º degrees, saturation: 0.96, 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 #52FB3E is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB8225162-
CMYK0.6700.750.02
HSL113.65º95.94%61.37%-
HSV(B)113.65º75.3%98.43%-
XYZ38.8571.1416.24-
YUV178.9262.0158.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.76%
GREEN value IS 251 (98.44% from 255) = 63.54%
BLUE value IS 62 (24.61% from 255) = 15.70%
R=20.76%
G=63.54%
B=15.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82251620.6700.750.02113.6595.9461.37
Hex52FB3E4304B272603d
Octal122373761030113216214075
Binary1010010111110111111101000011010010111011100101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,251,62); }

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

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

 a { background-color: rgb(82,251,62); }

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

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

 span { border-color: rgb(82,251,62); }

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