#38CD52

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

Shades of Lime Green #38CD52

Tints of Lime Green #38CD52

Color information

#38CD52 (or 0x38CD52) is unknown color: approx Lime Green. HEX triplet: 38, CD and 52. RGB value is (56,205,82). Sum of RGB (Red+Green+Blue) = 56+205+82=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 205 (80.47% from 255 or 59.77% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 205 - color contains mainly: green. Hex color #38CD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CD52 is #C732AD. Grayscale: #929292. Windows color (decimal): -13054638 or 5426488. OLE color: 5426488.

HSL color Cylindrical-coordinate representation of color #38CD52: hue angle of 130.47º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CD52 is Cyan = 0.73, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB5620582-
CMYK0.7300.60.20
HSL130.47º59.84%51.18%-
HSV(B)130.47º72.68%80.39%-
XYZ24.9945.1115.37-
YUV146.4391.6463.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.33%
GREEN value IS 205 (80.47% from 255) = 59.77%
BLUE value IS 82 (32.42% from 255) = 23.91%
R=16.33%
G=59.77%
B=23.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal56205820.7300.60.20130.4759.8451.18
Hex38CD524903C14823c33
Octal70315122111074242027463
Binary111000110011011010010100100101111001010010000010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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