Html Css Color HEX #52D748 Lime Green

📋 copy color: '#52D748'

red 82 ◦ green 215 ◦ blue 72

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

Shades of Lime Green #52D748

Tints of Lime Green #52D748

RGB

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

 GREEN value IS 215 (84.38% from 255) = 58.27%

 BLUE value IS 72 (28.52% from 255) = 19.51%

R = 22.22%
G = 58.27%
B = 19.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#52D748 (or 0x52D748) is known color: Lime Green. HEX triplet: 52, D7 and 48. RGB value is (82,215,72). Sum of RGB (Red+Green+Blue) = 82+215+72=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 215 (84.38% from 255 or 58.27% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 215 - color contains mainly: green. Hex color #52D748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D748 is #AD28B7. Grayscale: #9F9F9F. Windows color (decimal): -11348152 or 4773714. OLE color: 4773714.

HSL color Cylindrical-coordinate representation of color #52D748: hue angle of 115.8º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52D748 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 215 72 -
CMYK 0.62 0 0.67 0.16
HSL 115.8º 0.64% 0.56% -
HSV(B) 115.8º 0.67% 0.84% -
XYZ 28.95 50.86 14.42 -
YUV 158.93 78.94 73.13 -
System Red Green Blue C M Y K H S L
Decimal 82 215 72 0.62 0 0.67 0.16 115.8 0.64 0.56
Hex 52 D7 48 3E 0 43 10 74 40 38
Octal 122 327 110 76 0 103 20 164 100 70
Binary 1010010 11010111 1001000 111110 0 1000011 10000 1110100 1000000 111000

Color Harmonies of #52D748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D748

Black with #52D748

Text Example


Text Example

White with #52D748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,215,72); }

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

background-color css

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

 a { background-color: rgb(82,215,72); }

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

border-color css

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

 span { border-color: rgb(82,215,72); }

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