Html Css Color HEX #52EC41 Screamin' Green

📋 copy color: '#52EC41'

red 82 ◦ green 236 ◦ blue 65

#52EC41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #52EC41

Tints of Screamin' Green #52EC41

RGB

 RED value IS 82 (32.42% from 255) = 21.41%

 GREEN value IS 236 (92.58% from 255) = 61.62%

 BLUE value IS 65 (25.78% from 255) = 16.97%

R = 21.41%
G = 61.62%
B = 16.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#52EC41 (or 0x52EC41) is known color: Screamin' Green. HEX triplet: 52, EC and 41. RGB value is (82,236,65). Sum of RGB (Red+Green+Blue) = 82+236+65=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 236 (92.58% from 255 or 61.62% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EC41 is #AD13BE. Grayscale: #AAAAAA. Windows color (decimal): -11342783 or 4320338. OLE color: 4320338.

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

Color convert

RGB 82 236 65 -
CMYK 0.65 0 0.72 0.07
HSL 114.04º 0.82% 0.59% -
HSV(B) 114.04º 0.72% 0.93% -
XYZ 34.43 62.17 15.19 -
YUV 170.46 68.48 64.9 -
System Red Green Blue C M Y K H S L
Decimal 82 236 65 0.65 0 0.72 0.07 114.04 0.82 0.59
Hex 52 EC 41 41 0 48 7 72 52 3B
Octal 122 354 101 101 0 110 7 162 122 73
Binary 1010010 11101100 1000001 1000001 0 1001000 111 1110010 1010010 111011

Color Harmonies of #52EC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EC41

Black with #52EC41

Text Example


Text Example

White with #52EC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,236,65); }

 H1.HeaderClassName
 {
   color: #52EC41;
 }
 .AnyTagClassName
 {
   color: #52EC41;
 }
</style>

background-color css

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

 a { background-color: rgb(82,236,65); }

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

border-color css

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

 span { border-color: rgb(82,236,65); }

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