Html Css Color HEX #52EC4B Screamin' Green

📋 copy color: '#52EC4B'

red 82 ◦ green 236 ◦ blue 75

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

Shades of Screamin' Green #52EC4B

Tints of Screamin' Green #52EC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.08%

R = 20.87%
G = 60.05%
B = 19.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#52EC4B (or 0x52EC4B) is known color: Screamin' Green. HEX triplet: 52, EC and 4B. RGB value is (82,236,75). Sum of RGB (Red+Green+Blue) = 82+236+75=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 236 (92.58% from 255 or 60.05% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC4B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EC4B is #AD13B4. Grayscale: #ACACAC. Windows color (decimal): -11342773 or 4975698. OLE color: 4975698.

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

Color convert

RGB 82 236 75 -
CMYK 0.65 0 0.68 0.07
HSL 117.39º 0.81% 0.61% -
HSV(B) 117.39º 0.68% 0.93% -
XYZ 34.75 62.29 16.85 -
YUV 171.6 73.48 64.09 -
System Red Green Blue C M Y K H S L
Decimal 82 236 75 0.65 0 0.68 0.07 117.39 0.81 0.61
Hex 52 EC 4B 41 0 44 7 75 51 3D
Octal 122 354 113 101 0 104 7 165 121 75
Binary 1010010 11101100 1001011 1000001 0 1000100 111 1110101 1010001 111101

Color Harmonies of #52EC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EC4B

Black with #52EC4B

Text Example


Text Example

White with #52EC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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