#52D730

Color #52D730 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #52D730

Tints of Lime Green #52D730

Color information

#52D730 (or 0x52D730) is unknown color: approx Lime Green. HEX triplet: 52, D7 and 30. RGB value is (82,215,48). Sum of RGB (Red+Green+Blue) = 82+215+48=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 215 (84.38% from 255 or 62.32% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 215 - color contains mainly: green. Hex color #52D730 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D730 is #AD28CF. Grayscale: #9C9C9C. Windows color (decimal): -11348176 or 3200850. OLE color: 3200850.

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

Color convert

RGB8221548-
CMYK0.6200.780.16
HSL107.78º67.61%51.57%-
HSV(B)107.78º77.67%84.31%-
XYZ28.3150.6111.07-
YUV156.266.9475.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 215 (84.38% from 255) = 62.32%
BLUE value IS 48 (19.14% from 255) = 13.91%
R=23.77%
G=62.32%
B=13.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal82215480.6200.780.16107.7867.6151.57
Hex52D7303E04E106c4434
Octal122327607601162015410464
Binary101001011010111110000111110010011101000011011001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52D730;
 }
 .AnyTagClassName
 {
   color: #52D730;
 }
</style>
background-color css

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

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

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

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

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

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