#38DD52

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

Shades of Lime Green #38DD52

Tints of Lime Green #38DD52

Color information

#38DD52 (or 0x38DD52) is unknown color: approx Lime Green. HEX triplet: 38, DD and 52. RGB value is (56,221,82). Sum of RGB (Red+Green+Blue) = 56+221+82=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 221 (86.72% from 255 or 61.56% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 221 - color contains mainly: green. Hex color #38DD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DD52 is #C722AD. Grayscale: #9C9C9C. Windows color (decimal): -13050542 or 5430584. OLE color: 5430584.

HSL color Cylindrical-coordinate representation of color #38DD52: hue angle of 129.45º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DD52 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB5622182-
CMYK0.7500.630.13
HSL129.45º70.82%54.31%-
HSV(B)129.45º74.66%86.67%-
XYZ29.0153.1616.72-
YUV155.8286.3456.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.60%
GREEN value IS 221 (86.72% from 255) = 61.56%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=15.60%
G=61.56%
B=22.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal56221820.7500.630.13129.4570.8254.31
Hex38DD524B03FD814736
Octal703351221130771520110766
Binary111000110111011010010100101101111111101100000011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38DD52; }

 p { color: rgb(56,221,82); }

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

<style>
 a { background-color: #38DD52; }

 a { background-color: rgb(56,221,82); }

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

<style>
 span { border-color: #38DD52; }

 span { border-color: rgb(56,221,82); }

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