Html Css Color HEX #52EA40 Lime Green

📋 copy color: '#52EA40'

red 82 ◦ green 234 ◦ blue 64

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

Shades of Lime Green #52EA40

Tints of Lime Green #52EA40

RGB

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

 GREEN value IS 234 (91.8% from 255) = 61.58%

 BLUE value IS 64 (25.39% from 255) = 16.84%

R = 21.58%
G = 61.58%
B = 16.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#52EA40 (or 0x52EA40) is known color: Lime Green. HEX triplet: 52, EA and 40. RGB value is (82,234,64). Sum of RGB (Red+Green+Blue) = 82+234+64=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 234 (91.80% from 255 or 61.58% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 234 - color contains mainly: green. Hex color #52EA40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EA40 is #AD15BF. Grayscale: #A9A9A9. Windows color (decimal): -11343296 or 4254290. OLE color: 4254290.

HSL color Cylindrical-coordinate representation of color #52EA40: hue angle of 113.65º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52EA40 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 234 64 -
CMYK 0.65 0 0.73 0.08
HSL 113.65º 0.8% 0.58% -
HSV(B) 113.65º 0.73% 0.92% -
XYZ 33.83 61.01 14.84 -
YUV 169.17 68.64 65.82 -
System Red Green Blue C M Y K H S L
Decimal 82 234 64 0.65 0 0.73 0.08 113.65 0.8 0.58
Hex 52 EA 40 41 0 49 8 72 50 3A
Octal 122 352 100 101 0 111 10 162 120 72
Binary 1010010 11101010 1000000 1000001 0 1001001 1000 1110010 1010000 111010

Color Harmonies of #52EA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EA40

Black with #52EA40

Text Example


Text Example

White with #52EA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,234,64); }

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

background-color css

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

 a { background-color: rgb(82,234,64); }

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

border-color css

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

 span { border-color: rgb(82,234,64); }

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