Html Css Color HEX #52D745 Lime Green

📋 copy color: '#52D745'

red 82 ◦ green 215 ◦ blue 69

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

Shades of Lime Green #52D745

Tints of Lime Green #52D745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.85%

R = 22.4%
G = 58.74%
B = 18.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#52D745 (or 0x52D745) is known color: Lime Green. HEX triplet: 52, D7 and 45. RGB value is (82,215,69). Sum of RGB (Red+Green+Blue) = 82+215+69=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 215 (84.38% from 255 or 58.74% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 215 - color contains mainly: green. Hex color #52D745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D745 is #AD28BA. Grayscale: #9F9F9F. Windows color (decimal): -11348155 or 4577106. OLE color: 4577106.

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

Color convert

RGB 82 215 69 -
CMYK 0.62 0 0.68 0.16
HSL 114.66º 0.65% 0.56% -
HSV(B) 114.66º 0.68% 0.84% -
XYZ 28.85 50.82 13.92 -
YUV 158.59 77.44 73.37 -
System Red Green Blue C M Y K H S L
Decimal 82 215 69 0.62 0 0.68 0.16 114.66 0.65 0.56
Hex 52 D7 45 3E 0 44 10 73 41 38
Octal 122 327 105 76 0 104 20 163 101 70
Binary 1010010 11010111 1000101 111110 0 1000100 10000 1110011 1000001 111000

Color Harmonies of #52D745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D745

Black with #52D745

Text Example


Text Example

White with #52D745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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