Html Css Color HEX #52EE42 Screamin' Green

📋 copy color: '#52EE42'

red 82 ◦ green 238 ◦ blue 66

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

Shades of Screamin' Green #52EE42

Tints of Screamin' Green #52EE42

RGB

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

 GREEN value IS 238 (93.36% from 255) = 61.66%

 BLUE value IS 66 (26.17% from 255) = 17.1%

R = 21.24%
G = 61.66%
B = 17.1%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#52EE42 (or 0x52EE42) is known color: Screamin' Green. HEX triplet: 52, EE and 42. RGB value is (82,238,66). Sum of RGB (Red+Green+Blue) = 82+238+66=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 238 (93.36% from 255 or 61.66% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 238 - color contains mainly: green. Hex color #52EE42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EE42 is #AD11BD. Grayscale: #ACACAC. Windows color (decimal): -11342270 or 4386386. OLE color: 4386386.

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

Color convert

RGB 82 238 66 -
CMYK 0.66 0 0.72 0.07
HSL 114.42º 0.83% 0.6% -
HSV(B) 114.42º 0.72% 0.93% -
XYZ 35.04 63.34 15.53 -
YUV 171.75 68.32 63.99 -
System Red Green Blue C M Y K H S L
Decimal 82 238 66 0.66 0 0.72 0.07 114.42 0.83 0.6
Hex 52 EE 42 42 0 48 7 72 53 3C
Octal 122 356 102 102 0 110 7 162 123 74
Binary 1010010 11101110 1000010 1000010 0 1001000 111 1110010 1010011 111100

Color Harmonies of #52EE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EE42

Black with #52EE42

Text Example


Text Example

White with #52EE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,238,66); }

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

background-color css

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

 a { background-color: rgb(82,238,66); }

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

border-color css

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

 span { border-color: rgb(82,238,66); }

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